Create a Group Generic Function

DESCRIPTION:

Sets up name as a group generic function.

USAGE:

setGroupGeneric ( name , def ... )

ARGUMENTS:

name
the name of the group generic function.
def
the definition of the group generic function, typically required because there will not be function of the same name. Only the arguments matter, not the body, since group generics are never called directly.
...
Other arguments (including group) can be supplied as in the call to setGeneric.

VALUE:

an object of class groupGeneric containing the name of the group generic.

SEE ALSO:

EXAMPLES:

setGroupGeneric("Math", function(x)NULL)