infoNcdfAtts: infoNcdfAtts

Description Usage Arguments Details Value Author(s) See Also

View source: R/infoNcdfAtts.R

Description

get summary of all ncdf variable attributes Returns a summary of all attributes of a single variable in a ncdf file

Usage

1
infoNcdfAtts(file.con, var.id = "NC_GLOBAL")

Arguments

file.con

a NetCDF object pointing to the respective ncdf file.

var.id

the name or id of the variable for which to display attributes.

Details

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.

Value

A matrix containing the name, value and type (columns) of all attributes (rows)

Author(s)

Jannis v. Buttlar, Thomas Wutzler

See Also

infoNcdfDims, infoNcdfVars , att.inq.nc


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