Learn R Programming

sysid (version 1.0.4)

plot.idframe: Plotting idframe objects

Description

Plotting method for objects inherting from class idframe

Usage

"plot"(x, col = "steelblue", lwd = 1, main = NULL, size = 12, ...)

Arguments

x
an idframe object
col
line color, to be passed to plot.(Default="steelblue")
lwd
line width, in millimeters(Default=1)
main
the plot title. (Default = NULL)
size
text size (Default = 12)
...
additional arguments

Examples

Run this code
data(cstr)
plot(cstr,col="blue")

Run the code above in your browser using DataLab