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 CFVariable instances.

Usage

makeLongitudeAxis(name, values, bounds = NULL, attributes = NULL)

Arguments

name

Name of the axis.

values

The coordinate values.

bounds

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

attributes

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

Value

A CFAxisLongitude instance.


ncdfCF documentation built on Sept. 13, 2025, 5:07 p.m.