Learn R Programming

ncdfCF (version 0.7.0)

makeCharacterAxis: Create a character axis

Description

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

Usage

makeCharacterAxis(name, values, attributes = data.frame())

Value

A CFAxisCharacter instance.

Arguments

name

Name of the axis.

values

The character coordinate values of the axis.

attributes

data.frame with the attributes of the axis to create.