MethodsList-class {methods} | R Documentation |
Objects from this class are generated and revised by the definition of methods for a generic function.
new('MethodsList',
methods = ...., # Object of class list
argument = ...., # Object of class name
allMethods = ...., # Object of class list
fromClass = ...., # Object of class character
)
methods
:argument
:allMethods
:fromClass
:Class "OptionalMethods" directly.