palm_ncdf_dimension_template: Title

palm_ncdf_dimension_templateR Documentation

Title

Description

Title

Title

Methods

Public methods


Method new()

Usage
palm_ncdf_dimension_template$new(longname, standardname, units, vals)
Arguments
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

Returns

A R6 Class, that resembles a Dimension in ncdf!

Examples
x <- 1

Method add_another_dim()

Usage
palm_ncdf_dimension_template$add_another_dim(
  longname,
  standardname,
  units,
  vals
)

Method print()

Usage
palm_ncdf_dimension_template$print()

Method clone()

The objects of this class are cloneable with this method.

Usage
palm_ncdf_dimension_template$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples


## ------------------------------------------------
## Method `palm_ncdf_dimension_template$new`
## ------------------------------------------------

x <- 1

SebaStad/rPALM documentation built on June 4, 2024, noon