File: getDispatchMethodS3.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 (45 lines) | stat: -rw-r--r-- 1,177 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
44
45
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
% 
%  getDispatchMethodS3.R
% 
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\name{getDispatchMethodS3}
\alias{getDispatchMethodS3.default}
\alias{getDispatchMethodS3}

\title{Gets the S3 method that a generic function would call}

\description{
 Gets the S3 method that a generic function would call according to an S3 \code{\link[base]{class}}() \code{\link[base]{vector}}.
}

\usage{
\method{getDispatchMethodS3}{default}(methodName, classNames, ...)
}

\arguments{
  \item{methodName}{A \code{\link[base]{character}} string specifying the name of a
    generic function.}
  \item{classNames}{A \code{\link[base]{character}} \code{\link[base]{vector}} of \code{\link[base]{class}}() names.}
  \item{...}{Not used.}
}

\value{
  Returns a \code{\link[base]{function}}, or throws an exception if not found.
}

\seealso{
  \code{\link{findDispatchMethodsS3}}().
}

\author{Henrik Bengtsson}




\keyword{programming}
\keyword{methods}
\keyword{internal}