EOF2field {clim.pact} | R Documentation |
Reconstructs a field from EOF products
.
EOF2field(eof,anomalies=FALSE)
eof |
An 'EOF' object from EOF . |
anomalies |
True if only anomalies are to be shown. |
A 'field' object (see retrieve.nc
).
R.E. Benestad
## Not run: load("data/ceof.Rdata") # loads the object 'eof' field <- EOF2field(eof) ## End(Not run)