| palm_ncdf_dimension_template | R Documentation |
Title
Title
new()palm_ncdf_dimension_template$new(longname, standardname, units, vals)
longnameLongname of the Dimension
standardnameStandardname of the Dimension, also used as VarName in ncdf!
unitsUnits of the Dimensions
valsValues of the Dimensions
A R6 Class, that resembles a Dimension in ncdf!
x <- 1
add_another_dim()palm_ncdf_dimension_template$add_another_dim( longname, standardname, units, vals )
print()palm_ncdf_dimension_template$print()
clone()The objects of this class are cloneable with this method.
palm_ncdf_dimension_template$clone(deep = FALSE)
deepWhether to make a deep clone.
## ------------------------------------------------
## Method `palm_ncdf_dimension_template$new`
## ------------------------------------------------
x <- 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.