getDimInfo: Returns the spatio-temporal information

View source: R/getDimInfo.R

getDimInfoR Documentation

Returns the spatio-temporal information

Description

This function returns information about the spatio-temporal dimensions of a Field, Comparison or data.table

Usage

getDimInfo(x, info = "names")

Arguments

x

A Field, Comparison or data.table

info

A character string to define what spatio-temporal info you want. Can be:

"names"

to give the names of the spatio-temporal dimensions (a character vector)

"range"

to give the range of each dimension (list)

"size"

to give the number of points in a dimension

"values"

to give the actual value for each point in a dimension

"full"

to return a data.table with the full spatio-temporal information

Value

See above

Author(s)

Matthew Forrest matthew.forrest@senckenberg.de


MagicForrest/DGVMTools documentation built on Aug. 23, 2024, 8:05 a.m.