summaryrefslogtreecommitdiff
path: root/man/detrend.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/detrend.Rd')
-rw-r--r--man/detrend.Rd8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/detrend.Rd b/man/detrend.Rd
index d517b49..3f4faa4 100644
--- a/man/detrend.Rd
+++ b/man/detrend.Rd
@@ -4,10 +4,10 @@
\alias{detrend}
\title{Remove offsets and linear trends}
\usage{
-detrend(data, type = c("constant", "linear")[1])
+detrend(x, type = c("constant", "linear")[1])
}
\arguments{
-\item{data}{an object of class \code{idframe}}
+\item{x}{an object of class \code{idframe}}
\item{type}{trend type - "constant" or "linear". (Default: \code{"constant"})}
}
@@ -16,9 +16,9 @@ A list containing the following elements
\tabular{ll}{
\code{fitted.values} \tab \code{idframe} object with detrended variables \cr
- \code{output.trend} \tab \code{list} containing trend fits for each output
+ \code{output_trend} \tab \code{list} containing trend fits for each output
variable \cr
- \code{input.trend} \tab \code{list} containing trend fits for each input
+ \code{input_trend} \tab \code{list} containing trend fits for each input
variable
}
}