makeDiscreteAxis: Create a discrete axis

View source: R/makeCFObjects.R

makeDiscreteAxisR Documentation

Create a discrete axis

Description

With this method you can create a discrete axis to use with new CFVariable instances.

Usage

makeDiscreteAxis(name, length, group = NULL)

Arguments

name

Name of the axis.

length

The length of the axis.

group

CFGroup instance where the axis will be located. If NULL (default), a private group will be created for the axis.

Value

A CFAxisDiscrete instance. The values will be a sequence of size length.


ncdfCF documentation built on Jan. 24, 2026, 1:08 a.m.