getDim | R Documentation |
Retrieve dimensions attribute
getDim(obj)
obj |
A grid or station object |
A character vector with the dimensions attribute of the object's Data
component.
J. Bedia
Other get.helpers:
get2DmatCoordinates()
,
getCoordinates()
,
getGrid()
,
getGridProj()
,
getGridVerticalLevels()
,
getRefDates()
,
getSeason()
,
getShape()
,
getStationID()
,
getVarNames()
,
getWT()
,
getYearsAsINDEX()
,
setGridProj()
,
typeofGrid()
,
which.leap()
require(climate4R.datasets)
#Station data:
data("VALUE_Iberia_tas")
getDim(VALUE_Iberia_tas)
#Regular grid
data("NCEP_Iberia_hus850")
getDim(NCEP_Iberia_hus850)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.