plotEOF {clim.pact}R Documentation

Plot EOFs

Description

Plots the results from an (mixed-common) EOF analysis (EOF). This function produces 3 plots: i) EOF map, ii) variances, and iii) PC time series. Hard copies are also produced in EPS format under the current working directory: "plotEOF_1.eps", "plotEOF_2.eps" and "plotEOF_3.eps" respectively.

Usage

plotEOF(x,i.eof=1,nlevs=5,
                   col=c("red","blue","darkgreen","steelblue"),
                   main=NULL,sub=NULL)

Arguments

x An EOF object.
i.eof EOF to plot.
nlevs Contour levels.
col Colour.
main Preset main title (see plot).
sub subtitle

Author(s)

R.E. Benestad

Examples

## Not run: 
data(eof.mc)
plotEOF(eof.mc)
x11()
data(eof.dmc)
plotEOF(eof.dmc)
## End(Not run)

[Package clim.pact version 2.2-15 Index]