is.pField: pField object

Description Usage Arguments Value Author(s) Examples

View source: R/small-methods.R

Description

Check if object is a "pField" object.

Usage

1
is.pField(object)

Arguments

object

object to be tested.

Value

TRUE or FALSE depending on whether object is a "pField" or not.

Author(s)

Thomas Laepple

Examples

1
2
3
4
5
# Some pField object
x <- pField(lat = seq(-75, -80, -5), lon = c(0, 135, 215), time = 1 : 10)

is.pField(x)
is.pField(1 : 10)

EarthSystemDiagnostics/pfields documentation built on Jan. 10, 2022, 10:37 p.m.