Learn R Programming

ncdfCF (version 0.4.0)

makeTimeAxis: Create a time axis

Description

With this method you can create a time axis to use with new CFArray instances.

Usage

makeTimeAxis(id, name, group, values)

Value

A CFAxisTime instance.

Arguments

id

Id of the axis.

name

Name of the axis.

group

Group to place the axis in.

values

A CFTime instance with dimension values and bounds set.