makeLongitudeAxis: Create a longitude axis

View source: R/makeCFObjects.R

makeLongitudeAxisR Documentation

Create a longitude axis

Description

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

Usage

makeLongitudeAxis(id, name, group, length, values, bounds = NULL, units = "")

Arguments

id

Id of the axis.

name

Name of the axis.

group

Group to place the axis in.

length

Length of 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 CFAxisLongitude instance.


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