diff options
author | Suraj Yerramilli | 2015-03-22 20:37:02 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-03-22 20:37:02 +0530 |
commit | a93a9661626862afd941996a1d5f27f3cc0138bf (patch) | |
tree | 5f6b21a509b17e92b0e8d2089687f8c9039c71cc /R/detrend.R | |
parent | 6f034a37fc7b35f94b9eaa1738bec4f5b2e2561b (diff) | |
download | SysID-R-code-a93a9661626862afd941996a1d5f27f3cc0138bf.tar.gz SysID-R-code-a93a9661626862afd941996a1d5f27f3cc0138bf.tar.bz2 SysID-R-code-a93a9661626862afd941996a1d5f27f3cc0138bf.zip |
Added documentation for the demean function
Diffstat (limited to 'R/detrend.R')
-rw-r--r-- | R/detrend.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/detrend.R b/R/detrend.R index 5c646a2..987c559 100644 --- a/R/detrend.R +++ b/R/detrend.R @@ -52,7 +52,7 @@ detrend.idframe <- function(data){ #' Detrended \code{idframe} object based on linear trend fit #' #' @param object an object of class \code{idframe} -#' @param newdata An optional idframe object in whic to look for variables with which +#' @param newdata An optional idframe object in which to look for variables with which #' to predict. If ommited, the original detrended idframe object is used #' #' @return an \code{idframe} object |