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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
%
% getMethodS3.R
%
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{getMethodS3}
\alias{getMethodS3.default}
\alias{getMethodS3}
\title{Gets an S3 method}
\description{
Gets an S3 method.
}
\usage{
\method{getMethodS3}{default}(name, class="default", envir=parent.frame(), ...)
}
\arguments{
\item{name}{The name of the method.}
\item{class}{The class of the method.}
\item{envir}{The \code{\link[base]{environment}} from which the search for the
S3 method is done.}
\item{...}{Not used.}
}
\seealso{
This is just a conveniency wrapper around \code{\link[utils]{getS3method}}
that have arguments consistent with \code{\link{setMethodS3}}().
\code{\link{getGenericS3}}().
}
\author{Henrik Bengtsson}
\keyword{programming}
\keyword{methods}
|