File: getGenericS3.Rd

package info (click to toggle)
r-cran-r.methodss3 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: sh: 12; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,054 bytes parent folder | download | duplicates (5)
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}