This class represents a parametric vertical axis. It is defined through an index value that is contained in the axis, with additional NCVariable instances that hold ancillary data with which to calculate dimensional axis values. It is used in atmosphere and ocean data sets. Non-parametric vertical axes are stored in an CFAxisNumeric instance.
ncdfCF::CFObject -> ncdfCF::CFAxis -> ncdfCF::CFAxisNumeric -> CFAxisVertical
parameter_nameThe 'standard_name' attribute of the NCVariable that identifies the parametric form of this axis.
computed_nameThe standard name for the computed values of the axis.
computed_unitsThe unit of the computed values of the axis.
friendlyClassName(read-only) A nice description of the class.
formula_termsA data.frame with the "formula_terms"
to calculate the parametric axis values.
dimnames(read-only) The coordinates of the axis.
Inherited methods
ncdfCF::CFObject$add_coordinates()ncdfCF::CFObject$append_attribute()ncdfCF::CFObject$attribute()ncdfCF::CFObject$delete_attribute()ncdfCF::CFObject$print_attributes()ncdfCF::CFObject$set_attribute()ncdfCF::CFObject$write_attributes()ncdfCF::CFAxis$can_append()ncdfCF::CFAxis$peek()ncdfCF::CFAxis$shard()ncdfCF::CFAxis$time()ncdfCF::CFAxis$write()ncdfCF::CFAxisNumeric$append()ncdfCF::CFAxisNumeric$brief()ncdfCF::CFAxisNumeric$identical()ncdfCF::CFAxisNumeric$indexOf()ncdfCF::CFAxisNumeric$print()ncdfCF::CFAxisNumeric$range()ncdfCF::CFAxisNumeric$subset()
new()Create a new instance of this class.
CFAxisVertical$new(nc_var, nc_dim, values, standard_name)nc_varThe netCDF variable that describes this instance.
nc_dimThe netCDF dimension that describes the dimensionality.
valuesThe coordinates of this axis.
standard_nameCharacter string with the "standard_name" that defines the meaning, and processing of coordinates, of this axis.
clone()The objects of this class are cloneable with this method.
CFAxisVertical$clone(deep = FALSE)deepWhether to make a deep clone.
https://cfconventions.org/Data/cf-conventions/cf-conventions-1.12/cf-conventions.html#parametric-vertical-coordinate