plot.idframe {sysid} | R Documentation |
Plotting idframe objects
Description
Plotting method for objects inherting from class idframe
Usage
## S3 method for class 'idframe'
plot(x, col = "steelblue", lwd = 1, main = NULL,
size = 12, ...)
Arguments
x |
an |
col |
line color, to be passed to plot.(Default= |
lwd |
line width, in millimeters(Default= |
main |
the plot title. (Default = |
size |
text size (Default = |
... |
additional arguments |
Examples
data(cstr)
plot(cstr,col="blue")
[Package sysid version 1.0.4 Index]