The function standardGeneric initiates dispatch of S4 methods: see the references and the documentation of the methods package. Usually, calls to this function are generated automatically and not explicitly by the programmer.
standardGeneric(f, fdef)
| Parameter | Description |
|---|---|
f |
The name of the generic. |
fdef |
The generic function definition. Never passed when defining a new generic. |