infoNcdfDims: Show info about all dimensions in a netCDF file

Description Usage Arguments Value Author(s) See Also

Description

This function displays summary information about all dimensions in a netCDF file.

Usage

1
infoNcdfDims(file.con, extended = TRUE)

Arguments

file.con

a NetCDF object pointing to the respective netCDF file.

extended

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

Value

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

Author(s)

Jannis v. Buttlar

See Also

infoNcdfVars, dim.inq.nc


ncdf.tools documentation built on May 2, 2019, 4:19 a.m.