diff options
author | Suraj Yerramilli | 2017-01-06 17:26:19 -0600 |
---|---|---|
committer | Suraj Yerramilli | 2017-01-06 17:26:19 -0600 |
commit | 2c3b5027987486d0040501a3c254e106172eb5dc (patch) | |
tree | e8ac970779bf7985feb1c8f09f3e31f7bdccd8fc /man/impulseest.Rd | |
parent | a4cec768a4ed5fe4355a03340af544f2f8a6ba0c (diff) | |
download | SysID-R-code-2c3b5027987486d0040501a3c254e106172eb5dc.tar.gz SysID-R-code-2c3b5027987486d0040501a3c254e106172eb5dc.tar.bz2 SysID-R-code-2c3b5027987486d0040501a3c254e106172eb5dc.zip |
S3 method consistency part-2
Diffstat (limited to 'man/impulseest.Rd')
-rw-r--r-- | man/impulseest.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/impulseest.Rd b/man/impulseest.Rd index 4852d2c..4247a0f 100644 --- a/man/impulseest.Rd +++ b/man/impulseest.Rd @@ -33,7 +33,7 @@ uk <- rnorm(1000,1) yk <- filter (uk,c(0.9,-0.4),method="recursive") + rnorm(1000,1) data <- idframe(output=data.frame(yk),input=data.frame(uk)) fit <- impulseest(data) -plot(fit) +impulseplot(fit) } \references{ |