1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
%
% getGenericS3.R
%
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{getGenericS3}
\alias{getGenericS3.default}
\alias{getGenericS3}
\title{Gets an S3 generic function}
\description{
Gets an S3 generic function.
}
\usage{
\method{getGenericS3}{default}(name, envir=parent.frame(), inherits=TRUE, ...)
}
\arguments{
\item{name}{The name of the generic function.}
\item{envir}{The \code{\link[base]{environment}} from which the search for the
generic \code{\link[base]{function}} is done.}
\item{inherits}{A \code{\link[base]{logical}} specifying whether the enclosing frames
should be searched or not.}
\item{...}{Not used.}
}
\seealso{
\code{\link{setGenericS3}}().
\code{\link{getMethodS3}}().
\code{\link{isGenericS3}}().
}
\author{Henrik Bengtsson}
\keyword{programming}
\keyword{methods}
|