plot.pctn: Plot PCTN eigenfunctions

Description Usage Arguments Value Author(s) See Also Examples

Description

A multi-panel layout showing the calculated tempoeral eigenfunctions.

Usage

1
2
3
## S3 method for class 'pctn'
plot(x, pages = 1, ylim, ylab = nams, xlab = "",
  ask = FALSE, ...)

Arguments

x

an object of class "pctn"

pages

numeric; the number of pages over which to spread the plots of the individual eigenfunctions

ylim

numeric vector of limits for the y-axis

xlab, ylab

x and y-axis labels

ask

logical; should plotting be paused between pages?

...

additional arguments passed to plot

Value

A plot on the currently active device

Author(s)

Gavin L. Simpson

See Also

pctn for creating PCTN objects

Examples

1
2
3
tp <- seq_len(50)
mod <- pctn(tp)
plot(mod, pages = 2)

gavinsimpson/temporalEF documentation built on May 16, 2019, 10:11 p.m.