plot.ate: Plot asymmetric temporal 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 'ate'
plot(x, pages = 1, ylim, ylab = nams, xlab = "",
  ask = FALSE, ...)

Arguments

x

an object of class "ate"

pages

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

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

ate for creating ATE objects

Examples

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

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