diff options
author | Suraj Yerramilli | 2015-03-23 00:23:16 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-03-23 00:23:16 +0530 |
commit | 4052c08aca7ad8528d04e9ed17e25b1cb910f399 (patch) | |
tree | 3cf06683427bedf75e7bba97282d4f2eb99ec633 /man/impulse.Rd | |
parent | e1cc3dd25ff07f9eead3c40a24ffa29466232dff (diff) | |
download | SysID-R-code-4052c08aca7ad8528d04e9ed17e25b1cb910f399.tar.gz SysID-R-code-4052c08aca7ad8528d04e9ed17e25b1cb910f399.tar.bz2 SysID-R-code-4052c08aca7ad8528d04e9ed17e25b1cb910f399.zip |
Added raw documentation for the impulse and step response plots
Diffstat (limited to 'man/impulse.Rd')
-rw-r--r-- | man/impulse.Rd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/impulse.Rd b/man/impulse.Rd new file mode 100644 index 0000000..2870f15 --- /dev/null +++ b/man/impulse.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2 (4.1.0): do not edit by hand +% Please edit documentation in R/impulse.R +\name{impulse} +\alias{impulse} +\title{Impulse Response Plots} +\usage{ +impulse(model) +} +\arguments{ +\item{model}{an object of class \code{impulseest}} +} +\description{ +Plots the estimated IR Coefficients +} +\seealso{ +\code{\link{impulseest}},\code{\link{step}} +} + |