summaryrefslogtreecommitdiff
path: root/man/impulseest.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2017-01-06 17:26:19 -0600
committerSuraj Yerramilli2017-01-06 17:26:19 -0600
commit2c3b5027987486d0040501a3c254e106172eb5dc (patch)
treee8ac970779bf7985feb1c8f09f3e31f7bdccd8fc /man/impulseest.Rd
parenta4cec768a4ed5fe4355a03340af544f2f8a6ba0c (diff)
downloadSysID-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.Rd2
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{