summaryrefslogtreecommitdiff
path: root/R/preprocess.R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-08-22 14:51:13 +0530
committerSuraj Yerramilli2015-08-22 14:51:13 +0530
commit1c81852f35e524b2a964d1117ebd7f443732e3fb (patch)
treed4ec5e3f8ed882b51633db118418c10f01de96e7 /R/preprocess.R
parent01ebb985529c39b0b9491dbf9445d9a1a359b396 (diff)
downloadSysID-R-code-1c81852f35e524b2a964d1117ebd7f443732e3fb.tar.gz
SysID-R-code-1c81852f35e524b2a964d1117ebd7f443732e3fb.tar.bz2
SysID-R-code-1c81852f35e524b2a964d1117ebd7f443732e3fb.zip
Corrected minor error
Diffstat (limited to 'R/preprocess.R')
-rw-r--r--R/preprocess.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/preprocess.R b/R/preprocess.R
index f119d98..cb7a7ee 100644
--- a/R/preprocess.R
+++ b/R/preprocess.R
@@ -41,7 +41,7 @@ detrend <- function(x,type=c("constant","linear")[1]){
}
# Return Variables
- Z <- data # Detrended object
+ Z <- x # Detrended object
output_trend <- NULL # object containing the output trend fits/offsets
input_trend <- NULL # object containing the input trend fits/offsets