dimvars {SeaVal}R Documentation

Get dimension variables

Description

The function returns all names currently considered dimension variables. Following the logic of netcdfs, data tables usually have columns specifying coordinates (or dimvars) and other columns containing data for these dimvars. Dimension variables can be spatial or temporal coordinates, or the lead time of a forecast or the member in an ensemble forecast, etc...

Usage

dimvars(dt = NULL)

Arguments

dt

Optional data table. If a data table is provided only the dimvars of the data table are returned.

Value

A vector of characters with the column names considered dimvars.

Examples

dimvars()


[Package SeaVal version 1.2.0 Index]