diff options
author | Suraj Yerramilli | 2016-02-22 23:44:44 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-02-22 23:44:44 +0530 |
commit | 51308947043af27965a369736bd65d673451a9b3 (patch) | |
tree | cdba2928ed3fd801d62b2eafd89505079e201768 /man | |
parent | 31ac65cd1d832bb5e56a3e5acf530c5c9e6ec9cb (diff) | |
download | SysID-R-code-51308947043af27965a369736bd65d673451a9b3.tar.gz SysID-R-code-51308947043af27965a369736bd65d673451a9b3.tar.bz2 SysID-R-code-51308947043af27965a369736bd65d673451a9b3.zip |
added support for multivariate frequency response objects
Diffstat (limited to 'man')
-rw-r--r-- | man/plot.idfrd.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/plot.idfrd.Rd b/man/plot.idfrd.Rd index b2459f4..541c2eb 100644 --- a/man/plot.idfrd.Rd +++ b/man/plot.idfrd.Rd @@ -4,7 +4,7 @@ \alias{plot.idfrd} \title{Plotting idfrd objects} \usage{ -\method{plot}{idfrd}(x) +\method{plot}{idfrd}(x, col = "steelblue", lwd = 1) } \arguments{ \item{x}{An object of class \code{idframe}} |