palm_ncdf_dimension_template | R Documentation |
Title
Title
new()
palm_ncdf_dimension_template$new(longname, standardname, units, vals)
longname
Longname of the Dimension
standardname
Standardname of the Dimension, also used as VarName in ncdf!
units
Units of the Dimensions
vals
Values 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)
deep
Whether 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.