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

View source: R/as.field.R

as.field.fieldR Documentation

Coerce input to a field object

Description

Transform an input object into the esd class field. If the input is a combined field, redirect to as.field.comb, else return input.

Usage

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

Arguments

x

the input object of class field

verbose

a boolean; if TRUE print information about progress

...

other arguments

Value

a field object

See Also

as.field as.field.comb


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