summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to '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 2d6767a..8751645 100644
--- a/R/preprocess.R
+++ b/R/preprocess.R
@@ -63,7 +63,7 @@ detrend <- function(data,type=c("constant","linear")[2]){
return(est)
}
-#' Predict method for trend fits on idframe objects
+#' Detrend data based on linear trend fits
#'
#' Returns detrended \code{idframe} object based on linear trend fit
#'