getDim: Retrieve dimensions attribute

View source: R/helpers.R

getDimR Documentation

Retrieve dimensions attribute

Description

Retrieve dimensions attribute

Usage

getDim(obj)

Arguments

obj

A grid or station object

Value

A character vector with the dimensions attribute of the object's Data component.

Author(s)

J. Bedia

See Also

Other get.helpers: get2DmatCoordinates(), getCoordinates(), getGridProj(), getGridVerticalLevels(), getGrid(), getRefDates(), getSeason(), getShape(), getStationID(), getVarNames(), getWT(), getYearsAsINDEX(), setGridProj(), typeofGrid(), which.leap()

Examples

 
require(climate4R.datasets)
#Station data:
data("VALUE_Iberia_tas")
getDim(VALUE_Iberia_tas)
#Regular grid
data("NCEP_Iberia_hus850")
getDim(NCEP_Iberia_hus850)


SantanderMetGroup/transformeR documentation built on Oct. 28, 2023, 5:26 a.m.