getGenericS3 {R.methodsS3} | R Documentation |
Gets an S3 generic function.
## Default S3 method:
getGenericS3(name, envir=parent.frame(), inherits=TRUE, ...)
name |
The name of the generic function. |
envir |
The |
inherits |
A |
... |
Not used. |
Henrik Bengtsson
setGenericS3
().
getMethodS3
().
isGenericS3
().