| ncdfDataset-class {ncdfCF} | R Documentation |
ncdfDataset class
Description
This class represents a single NetCDF resource.
Slots
resourceThe
ncdfResourceinstance that handles the NetCDF file.keep_openLogical flag to indicate if the resource should remain open for data access after the initial read of metadata.
varsA list with the variables in the resource.
dimsA list holding all the dimension data.
formatA character string with the format of the NetCDF resource.
has_errorlogical. Flag to indicate if there was an error opening the resource.
[Package ncdfCF version 0.1.1 Index]