Learn R Programming

ncdfCF (version 0.7.0)

makeTimeAxis: Create a time axis

Description

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

Usage

makeTimeAxis(name, values, attributes = NULL)

Value

A CFAxisTime instance.

Arguments

name

Name of the axis.

values

A CFTime or CFClimatology instance with time values and optionally bounds set.

attributes

data.frame with the attributes of the axis to create. Attributes "standard_name", "units", "calendar", "actual_range" and "axis" will be set or updated.