Learn R Programming

sysid (version 1.0.5)

plot.idfrd: Plotting idfrd objects

Description

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

Usage

# S3 method for 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

Examples

Run this code
data(frd)
plot(frd)

Run the code above in your browser using DataLab