diff options
author | ashwinrcs | 2016-04-04 17:07:18 +0530 |
---|---|---|
committer | ashwinrcs | 2016-04-04 17:07:18 +0530 |
commit | e5e7c36141a67c7b4f721e28c164d8eb85d4cba7 (patch) | |
tree | 3775d742db8c38b674c98626a28754b169279851 /man/plot.impulseest.Rd | |
parent | d624bfd7885bffbeb1782a7e83ffa69bd5a4338e (diff) | |
parent | 9fdccd631fe73570334d5549a95782e59da65303 (diff) | |
download | SysID-R-code-e5e7c36141a67c7b4f721e28c164d8eb85d4cba7.tar.gz SysID-R-code-e5e7c36141a67c7b4f721e28c164d8eb85d4cba7.tar.bz2 SysID-R-code-e5e7c36141a67c7b4f721e28c164d8eb85d4cba7.zip |
Merge branch 'master' of https://github.com/surajy123/R-sysid
Diffstat (limited to 'man/plot.impulseest.Rd')
-rw-r--r-- | man/plot.impulseest.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/plot.impulseest.Rd b/man/plot.impulseest.Rd index 7a0d963..cb93f25 100644 --- a/man/plot.impulseest.Rd +++ b/man/plot.impulseest.Rd @@ -4,12 +4,12 @@ \alias{plot.impulseest} \title{Impulse Response Plots} \usage{ -\method{plot}{impulseest}(model, sig = 0.975) +\method{plot}{impulseest}(model, sig = 2) } \arguments{ \item{model}{an object of class \code{impulseest}} -\item{sig}{Significance Limits (Default: \code{0.975})} +\item{sd}{standard deviation of the confidence region (Default: \code{2})} } \description{ Plots the estimated IR coefficients along with the significance limits |