Learn R Programming

sysid (version 1.0.4)

plot.idfrd: Plotting idfrd objects

Description

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

Usage

"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

Run this code
data(frd)
plot(frd)

Run the code above in your browser using DataLab