as.field.eof: Coerce input to a 'field' object

View source: R/as.field.R

as.field.eofR Documentation

Coerce input to a field object

Description

Transform an eof object into the esd class field. If the input is a dsensemble object, it will be redirected to as.field.dsensemble. Otherwise the object is transformed using the function eof2field.

Usage

## S3 method for class 'eof'
as.field(x, ..., iapp = NULL, anomaly = FALSE, verbose = FALSE)

Arguments

x

the input object of class eof

...

other arguments

iapp

a numerical; an index representing the appendix to extract

anomaly

a boolean; if TRUE return anomalies (climatology is in attribute 'mean')

verbose

a boolean; if TRUE print information about progress

Value

a field object

See Also

as.field eof2field EOF as.field.dsensemble


metno/esd documentation built on April 24, 2024, 9:19 p.m.