diff options
author | Suraj Yerramilli | 2015-02-11 23:28:49 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-02-11 23:28:49 +0530 |
commit | 00834a8564bb4d12ae1dba51d56812083ca3d630 (patch) | |
tree | 8e2c6f980026f0db621e37b18c368a5c26afaf2c /man | |
parent | 5a898daf69f1e5dba95f670ea922e5140e1399e3 (diff) | |
download | SysID-R-code-00834a8564bb4d12ae1dba51d56812083ca3d630.tar.gz SysID-R-code-00834a8564bb4d12ae1dba51d56812083ca3d630.tar.bz2 SysID-R-code-00834a8564bb4d12ae1dba51d56812083ca3d630.zip |
corrections in documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/detrend.idframe.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/detrend.idframe.Rd b/man/detrend.idframe.Rd index 11293ec..b9facb7 100644 --- a/man/detrend.idframe.Rd +++ b/man/detrend.idframe.Rd @@ -23,7 +23,7 @@ Removes the linear function from the input and output matrices. } \examples{ data(cstr) -fit <- detrend(cstr) +fit <- detrend.idframe(cstr) cstr_detrend <- predict(fit) } \seealso{ |