Learn R Programming

ncdfCF (version 0.7.0)

makeDiscreteAxis: Create a discrete axis

Description

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

Usage

makeDiscreteAxis(name, length)

Value

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

Arguments

name

Name of the axis.

length

The length of the axis.