plot.freqr: Plot power transfer function of objects of class '"freqr"'

Description Usage Arguments Value Author(s) See Also

Description

Plots the power transfer function of objects of class "freqr".

Usage

1
2
3
4
5
6
## S3 method for class 'freqr'
plot(x, critfreq = NA, 
   xlab = "Frequency", ylab = "Transfer Function", 
   layout = c(1, length(unique(x$which))), 
   type = c("g", "l"), as.table = TRUE, 
   panel = freqrPanel, n.p = NULL, ...)

Arguments

x

objects of class "freqr".

critfreq

if specified, calculates the critical frequencies for each component plotted that yield a transfer function of critfreq. Then a vertical line is plotted where this occurs.

n.p

if specifying critfreq, must also specify n.p (see stlOp).

xlab, ylab, layout, type, as.table, panel, ...

arguments passed on to xyplot().

Value

An object of class "trellis".

Author(s)

Ryan Hafen

See Also

freqr, freqrlo


hafen/operator documentation built on May 17, 2019, 2:23 p.m.