| ncdfObject-class {ncdfCF} | R Documentation |
Ancestor of all netCDF objects.
Description
This is a virtual class that is the ancestor of other ncdfCF classes. Slots 'id' and 'name' are populated in the descending classes.
Slots
idIdentifier of the netCDF object.
nameName of the netCDF object.
attributesA data.frame holding all attributes of the object.
resourcencdfResourceinstance to access the netCDF resource.
[Package ncdfCF version 0.1.1 Index]