plot.idframe: Plotting idframe objects
Description
Plotting method for objects inherting from class idframe
Usage
# S3 method for idframe
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 codedata(cstr)
plot(cstr,col="blue")
Run the code above in your browser using DataLab