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

id

Identifier of the netCDF object.

name

Name of the netCDF object.

attributes

A data.frame holding all attributes of the object.

resource

ncdfResource instance to access the netCDF resource.


[Package ncdfCF version 0.1.1 Index]