generics-functions {quantspec} | R Documentation |
Generic functions for implementation of methods of a class
Description
These generic functions need to be defined to allow for the automatic dispaching mechanism.
Usage
increasePrecision(object, ...)
getPositions(object, ...)
Arguments
object |
specifies the object from which the method is to be applied. |
... |
optional parameters; for documentation see the documentation of the methods to the generic. |
See Also
For an overview on the classes of the framework, and all of their
methods, see the class diagrams in the package description
[cf. quantspec-package
].
[Package quantspec version 1.2-4 Index]