ncdfGenerics {ncdfCF} | R Documentation |
Generics for ncdfCF
objects
Description
These are generic method definitions with implementations in descendant classes. Please see the help topics for the descendant classes.
Usage
shard(object)
brief(object)
id(object)
name(object)
attribute(object, att)
show_attributes(object)
Arguments
object |
The |
att |
Name of the attribute to look up. |
Value
Various. Please see the documentation of the methods in descendant classes.
[Package ncdfCF version 0.1.1 Index]