Description Usage Arguments Details Value Author(s) See Also
This function returns a summary of all attributes of a single variable in a netCDF file.
1 | infoNcdfAtts(file.con, var.id = "NC_GLOBAL")
|
file.con |
a NetCDF object pointing to the respective netCDF file. |
var.id |
the name or id of the variable for which to display attributes. |
If an id or variable name is given for 'var.id ', attributes from one variable are returned. Global attributes are returned if 'NC_GLOBAL' is given.
A matrix containing the name, value and type (columns) of all attributes (rows)
Jannis v. Buttlar
infoNcdfDims
, infoNcdfVars
, att.inq.nc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.