nc_dim: NetCDF variables Obtain information about a single dimension...

View source: R/nc_dim.R

nc_dimR Documentation

NetCDF variables Obtain information about a single dimension by index.

Description

NetCDF variables Obtain information about a single dimension by index.

Usage

nc_dim(x, i, ...)

## S3 method for class 'character'
nc_dim(x, i, ...)

## S3 method for class 'NetCDF'
nc_dim(x, i, ...)

## S3 method for class 'ncdf4'
nc_dim(x, i, ...)

Arguments

x

filename or handle

i

index of dimension (zero based)

...

ignored

See Also

nc_vars to obtain information about all dimensions, nc_inq for an overview of the file


hypertidy/ncmeta documentation built on March 26, 2024, 4:22 a.m.