is.temporal: is.temporal, is.spatial

View source: R/is.temporal.R

is.temporalR Documentation

is.temporal, is.spatial

Description

Functions to find out whether a vector consists of strings consistent with the definition for auto-detection of temporal or spatial data.

Usage

is.temporal(x)

Arguments

x

A vector

Value

Returns TRUE or FALSE

Author(s)

Jan Philipp Dietrich

See Also

Other ObjectInfo: dimExists(), fulldim(), hasCoords(), hasSets(), isYear(), ncells(), ndim(), sameDims()

Examples


is.temporal(1991:1993)
is.spatial(c("GLO", "AFR"))


magclass documentation built on April 17, 2026, 5:07 p.m.