ncvar_dim_name: Retrieve a named vector of variable dimensions as a string....

Description Usage Arguments Value

View source: R/nc.R

Description

Retrieve a named vector of variable dimensions as a string. If a variable has dimensions [x, y, isobaric, time] then the value will be 'x_y_isobaric_time'.

Usage

1
ncvar_dim_name(nc, sep = "_")

Arguments

nc

a ncdf4 object

sep

character used to separate the dimension names

Value

a named vector of variable dimension names


BigelowLab/namanl documentation built on Nov. 15, 2021, 3:11 p.m.