plot.idframe: Plotting idframe objects

Description Usage Arguments Examples

Description

Plotting method for objects inherting from class idframe

Usage

1
2
3
## S3 method for class '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

1
2
data(cstr)
plot(cstr,col="blue")

sysid documentation built on May 2, 2019, 4:18 a.m.