makeTimeAxis {ncdfCF}R Documentation

Create a time axis

Description

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

Usage

makeTimeAxis(name, group, values)

Arguments

name

Name of the axis.

group

Group to place the axis in.

values

A CFTime instance with time values and optionally bounds set.

Value

A CFAxisTime instance.


[Package ncdfCF version 0.6.1 Index]