EOF2field {clim.pact}R Documentation

Reconstructs a field from EOF products

Description

Reconstructs a field from EOF products.

Usage

EOF2field(eof,anomalies=FALSE)

Arguments

eof An 'EOF' object from EOF.
anomalies True if only anomalies are to be shown.

Value

A 'field' object (see retrieve.nc).

Author(s)

R.E. Benestad

Examples

## Not run: 
load("data/ceof.Rdata")   # loads the object 'eof'
field <- EOF2field(eof)
## End(Not run)

[Package clim.pact version 2.2-15 Index]