diff options
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 |