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

View source: R/as.field.R

as.field.combR Documentation

Coerce input to a field object

Description

Transform a combined field object into a field object, either dropping the appendices (if ip=NULL) or selecting one of the appended fields.

Usage

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

Arguments

x

the input object of class field comb

...

other arguments

iapp

a numerical; an index representing the appendix to extract

verbose

a boolean; if TRUE print information about progress

Value

a field object

See Also

as.field


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