palm_ncdf_data_template | R Documentation |
Title
Title
new()
palm_ncdf_data_template$new( dat_name, FillValue, d_units, longname, d_source, lod, data, d_type, dimensions )
dat_name
Variable Name for StaticDriver
FillValue
Fill_Value of Data
d_units
Units of Data
longname
LongName
d_source
Source of Data
lod
Level of Detail
data
Data!
d_type
DataType
dimensions
Which Dimensions correspond to data?
A R6 Class with the needed Setup for the palm_ncdf_berlin clones.
x <- 1
add_another_data()
palm_ncdf_data_template$add_another_data( dat_name, FillValue, d_units, longname, d_source, lod, data, d_type, dimensions )
print()
palm_ncdf_data_template$print()
clone()
The objects of this class are cloneable with this method.
palm_ncdf_data_template$clone(deep = FALSE)
deep
Whether to make a deep clone.
## ------------------------------------------------
## Method `palm_ncdf_data_template$new`
## ------------------------------------------------
x <- 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.