This class represent CF labels, i.e. an NC variable of character type that provides a textual label for a discrete or general numeric axis. See also CFAxisCharacter, which is an axis with character labels.
ncdfCF::CFObject -> CFLabel
NCdimThe NCDimension that stores the netCDF dimension details.
valuesThe label values, a character vector.
friendlyClassName(read-only) A nice description of the class.
length(read-only) The number of labels.
dimid(read-only) The netCDF dimension id of this label.
new()Create a new instance of this class.
CFLabel$new(grp, nc_var, nc_dim, values)grpThe group that contains the netCDF variable.
nc_varThe netCDF variable that describes this instance.
nc_dimThe netCDF dimension that describes the dimensionality.
valuesCharacter vector of the label values.
clone()The objects of this class are cloneable with this method.
CFLabel$clone(deep = FALSE)deepWhether to make a deep clone.