diff options
author | Suraj Yerramilli | 2015-03-22 20:29:25 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-03-22 20:29:25 +0530 |
commit | 6f034a37fc7b35f94b9eaa1738bec4f5b2e2561b (patch) | |
tree | 1c5b723d88734b352b15ca87281fefde3c9b5bab /R/detrend.R | |
parent | bbb54481dee34289f132a6c8960da996525f2319 (diff) | |
download | SysID-R-code-6f034a37fc7b35f94b9eaa1738bec4f5b2e2561b.tar.gz SysID-R-code-6f034a37fc7b35f94b9eaa1738bec4f5b2e2561b.tar.bz2 SysID-R-code-6f034a37fc7b35f94b9eaa1738bec4f5b2e2561b.zip |
Added function to mean-center the data
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 7f03753..5c646a2 100644 --- a/R/detrend.R +++ b/R/detrend.R @@ -1,6 +1,6 @@ #' Remove linear trends #' -#' Removes the linear function from the input and output matrices. +#' Removes the linear trends in the input and output matrices. #' #' @param data an object of class \code{idframe} #' |