Learn R Programming

ncdfCF (version 0.4.0)

makeLatitudeAxis: Create a latitude axis

Description

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

Usage

makeLatitudeAxis(id, name, group, length, values, bounds, units)

Value

A CFAxisLatitude instance.

Arguments

id

Id of the axis.

name

Name of the axis.

group

Group to place the axis in.

length

Length of the dimension of the axis.

values

The dimension values.

bounds

The bounds of the dimension values, or NULL if not available.

units

A character string with the axis units.