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,sub=NULL,
                   col=c("red","blue","darkgreen","steelblue"))

Arguments

x An EOF object.
i.eof EOF to plot.
nlevs Contour levels.
sub subtitle.
col Colour.

Value

Author(s)

R.E. Benestad

Examples


data(eof.mc)
plotEOF(eof.mc)
x11()
data(eof.dmc)
plotEOF(eof.dmc)


[Package Contents]