getGenericS3.RdGets an S3 generic function.
# Default S3 method
getGenericS3(name, envir=parent.frame(), inherits=TRUE, ...)The name of the generic function.
The environment from which the search for the
generic function is done.
A logical specifying whether the enclosing frames
should be searched or not.
Not used.
setGenericS3().
getMethodS3().
isGenericS3().