| plotEOF {clim.pact} | R Documentation |
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.
plotEOF(x,i.eof=1,nlevs=5,sub=NULL,
col=c("red","blue","darkgreen","steelblue"))
x |
An EOF object. |
i.eof |
EOF to plot. |
nlevs |
Contour levels. |
sub |
subtitle. |
col |
Colour. |
R.E. Benestad
data(eof.mc) plotEOF(eof.mc) x11() data(eof.dmc) plotEOF(eof.dmc)