is.pTs: pTs object

Description Usage Arguments Value Author(s) Examples

View source: R/small-methods.R

Description

Check if object is a "pTs" object.

Usage

1
is.pTs(object)

Arguments

object

object to be tested.

Value

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

Author(s)

Thomas Laepple

Examples

1
2
3
4
5
# Some pTs object
x <- pTs(lat = -75, lon = 0, time = 1 : 10)

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

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