plot.idfrd {sysid} | R Documentation |
Plotting idfrd objects
Description
Generates the bode plot of the given frequency response data. It uses the ggplot2 plotting engine
Usage
## S3 method for class 'idfrd'
plot(x, col = "steelblue", lwd = 1, ...)
Arguments
x |
An object of class |
col |
a specification for the line colour (Default : |
lwd |
the line width, a positive number, defaulting to 1 |
... |
additional arguments |
See Also
Examples
data(frd)
plot(frd)
[Package sysid version 1.0.4 Index]