This help topic is for R version 1.7.1. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/standardGeneric.html
standardGeneric {base}R Documentation

Formal Method System Placeholders

Description

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.

Usage

standardGeneric(f)

Details

standardGeneric dispatches the method defined for a generic function f, using the actual arguments in the frame from which it is called.

Author(s)

John Chambers


[Package base version 1.7.1 ]