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, col=c("red","blue","darkgreen","steelblue"), main=NULL,sub=NULL)
x |
An EOF object. |
i.eof |
EOF to plot. |
nlevs |
Contour levels. |
col |
Colour. |
main |
Preset main title (see plot ). |
sub |
subtitle |
R.E. Benestad
## Not run: data(eof.mc) plotEOF(eof.mc) x11() data(eof.dmc) plotEOF(eof.dmc) ## End(Not run)