Skip to content

Commit

Permalink
Make documentation match output column name
Browse files Browse the repository at this point in the history
EMV() returns an object with two columns, named "emv" and "maEMV". But
the documentation says the second column is named "emvMA". Make the
documentation match the actual output, so no code will be affected.

See #49.
  • Loading branch information
joshuaulrich committed Aug 17, 2017
1 parent 96c8fa2 commit 9195e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/EMV.R
Expand Up @@ -39,7 +39,7 @@
#'(if \code{try.xts} fails) containing the columns:
#' \describe{
#' \item{ emv }{ The ease of movement values. }
#' \item{ emvMA }{ The smoothed (as specified by \code{ma}) ease of movement values. }
#' \item{ maEMV }{ The smoothed (as specified by \code{ma}) ease of movement values. }
#' }
#'@note A buy/sell signal is generated when the EMV crosses above/below zero.
#'When the EMV hovers around zero, there are small price movements and/or high
Expand Down
2 changes: 1 addition & 1 deletion man/EMV.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9195e36

Please sign in to comment.