The R Project SVN R

Rev

Rev 84767 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84767 Rev 89535
Line 1... Line 1...
1
% File src/library/base/man/zMethods.Rd
1
% File src/library/base/man/zMethods.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2023 R Core Team
3
% Copyright 1995-2026 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{InternalMethods}
6
\name{InternalMethods}
7
\title{Internal Generic Functions}
7
\title{Internal Generic Functions}
8
\alias{InternalMethods}
8
\alias{InternalMethods}
Line 115... Line 115...
115
  \code{\link{is.unsorted}}%    % do_isunsorted()    [sort.c]
115
  \code{\link{is.unsorted}}%    % do_isunsorted()    [sort.c]
116
  and
116
  and
117
  % DispatchOrEval internal generic: xtfrm
117
  % DispatchOrEval internal generic: xtfrm
118
  \code{\link{xtfrm}}%                               [sort.c]
118
  \code{\link{xtfrm}}%                               [sort.c]
119
 
119
 
120
  In addition, \code{is.name} is a synonym for \code{\link{is.symbol}} and
-
 
121
  dispatches methods for the latter.  Similarly, \code{\link{as.numeric}}
120
  In addition, \code{\link{as.numeric}}
122
  is a synonym for \code{as.double} and dispatches methods for the
121
  is a synonym for \code{as.double} and dispatches methods for the
123
  latter, i.e., S3 methods are for \code{as.double}, whereas S4 methods
122
  latter, i.e., S3 methods are for \code{as.double}, whereas S4 methods
124
  are to be written for \code{as.numeric}.
123
  are to be written for \code{as.numeric}.
125
 
124
 
126
  Note that all of the \link{group generic} functions are also
125
  Note that all of the \link{group generic} functions are also