Skip to content

Commit

Permalink
minor fix, importFrom not import
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMShea committed Sep 25, 2021
1 parent 651d920 commit ac1ff70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.tsfmUpDn.r
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' The \code{plot.tsfm} can be applied.
#'
#' @importFrom xts merge.xts
#' @import zoo coredata
#' @importFrom zoo coredata
#' @param x an object of class \code{tsfmUpDn} produced by \code{fitTsfmUpDn}.
#' @param asset.name A vector of character to show single or multiple assets names. The defualt if
#' \code{NULL}.
Expand Down

0 comments on commit ac1ff70

Please sign in to comment.