plot.idfrd {sysid}R Documentation

Plotting idfrd objects

Description

Generates the bode plot of the given frequency response data. It uses the ggplot2 plotting engine

Usage

## S3 method for class 'idfrd'
plot(x, col = "steelblue", lwd = 1, ...)

Arguments

x

An object of class idframe

col

a specification for the line colour (Default : " steelblue")

lwd

the line width, a positive number, defaulting to 1

...

additional arguments

See Also

ggplot

Examples

data(frd)
plot(frd)


[Package sysid version 1.0.4 Index]