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 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

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


[Package sysid version 1.0.4 Index]