diff options
author | Suraj Yerramilli | 2015-05-25 14:39:51 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-05-25 14:39:51 +0530 |
commit | 177dd0536ea9da096aab481a18914c97cee925a0 (patch) | |
tree | 2783be9be7e01f786f0795a06f4816ef72d1d49a /man/plot.impulseest.Rd | |
parent | e7d91a07bd8a486a4eba15edbd7f063fa4f07ff7 (diff) | |
download | SysID-R-code-177dd0536ea9da096aab481a18914c97cee925a0.tar.gz SysID-R-code-177dd0536ea9da096aab481a18914c97cee925a0.tar.bz2 SysID-R-code-177dd0536ea9da096aab481a18914c97cee925a0.zip |
Update in documentation
Diffstat (limited to 'man/plot.impulseest.Rd')
-rw-r--r-- | man/plot.impulseest.Rd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/plot.impulseest.Rd b/man/plot.impulseest.Rd new file mode 100644 index 0000000..910f53e --- /dev/null +++ b/man/plot.impulseest.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2 (4.1.1): do not edit by hand +% Please edit documentation in R/impulse.R +\name{plot.impulseest} +\alias{plot.impulseest} +\title{Impulse Response Plots} +\usage{ +\method{plot}{impulseest}(model) +} +\arguments{ +\item{model}{an object of class \code{impulseest}} +} +\description{ +Plots the estimated IR Coefficients +} +\seealso{ +\code{\link{impulseest}},\code{\link{step}} +} + |