makeLatitudeAxis: Create a latitude axis

View source: R/makeCFObjects.R

makeLatitudeAxisR Documentation

Create a latitude axis

Description

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

Usage

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

Arguments

id

Id of the axis.

name

Name of the axis.

group

Group to place the axis in.

length

Length of the the axis.

values

The coordinate values.

bounds

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

units

A character string with the axis units.

Value

A CFAxisLatitude instance.


ncdfCF documentation built on April 16, 2025, 9:08 a.m.