View source: R/auxiliary_functions.R
dimvars | R Documentation |
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...
dimvars(dt = NULL)
dt |
Optional data table. If a data table is provided only the dimvars of the data table are returned. |
A vector of characters with the column names considered dimvars.
dimvars()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.