infoNcdfDims: infoNcdfDims

Description Usage Arguments Value Author(s) See Also

View source: R/infoNcdfDims.R

Description

show info about all dimensions in a ncdf file This function displays summary information about all dimensions in an open ncdf file

Usage

1
infoNcdfDims(file.con, extended = TRUE)

Arguments

file.con

a NetCDF object pointing to the respective ncdf file.

extended

logical: if TRUE, some extended dimension info that may take time to compute for large files is computed.

Value

A data.frame containing the id, name, length, range and step (columns) of all dimensions (rows)

Author(s)

Jannis v. Buttlar, Thomas Wutzler

See Also

infoNcdfVars, dim.inq.nc


bgctw/ncdfTools documentation built on Jan. 29, 2020, 1:16 p.m.