standardGeneric {base} | R Documentation |
Routines which are primitives used with the methods
package.
They should not be used without it and do not need to be called
directly in any case.
standardGeneric(f)
standardGeneric
dispatches the method defined for a generic
function f
, using the actual arguments in the frame from which
it is called.
John Chambers