Rdocumentation
powered by
Learn R Programming
ncdf.tools (version 0.7.1.295)
infoNcdfDims: Show info about all dimensions in a netCDF file
Description
This function displays summary information about all dimensions in a netCDF file.
Usage
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
See Also
infoNcdfVars
,
dim.inq.nc