generics-associations {quantspec} | R Documentation |
Generic functions for accessing associations of objects
Description
These generic functions are needed to access the objects' associated objects.
Note that the naming convention getAssociatedObject
was applied, where
AssociatedObject
is the name of the class of the associated object.
Usage
getQuantilePG(object, ...)
getBootPos(object, ...)
getFreqRep(object, ...)
getQuantileSD(object, ...)
getWeight(object, ...)
Arguments
object |
object from which to get the associated object |
... |
optional parameters; for documentation see the documentation of the methods to each of the generic. |
See Also
For an overview on the classes of the framework, and all
associations, see the class diagrams in the package description
[cf. quantspec-package
].
[Package quantspec version 1.2-4 Index]