The R Project SVN R

Rev

Rev 61433 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61433 Rev 68372
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, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2015 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
\alias{InternalMethods}
7
\alias{InternalMethods}
8
\alias{InternalGenerics}
8
\alias{InternalGenerics}
Line 57... Line 57...
57
  \code{\link{rep}},%                                [seq.c]
57
  \code{\link{rep}},%                                [seq.c]
58
  \code{\link{seq.int}}
58
  \code{\link{seq.int}}
59
  (which dispatches methods for \code{"seq"})%       [seq.c]
59
  (which dispatches methods for \code{"seq"})%       [seq.c]
60
  and \code{\link{xtfrm}}%                           [sort.c]
60
  and \code{\link{xtfrm}}%                           [sort.c]
61
 
61
 
62
  In addition, \code{is.name} is a synonym for \code{is.symbol} and
62
  In addition, \code{is.name} is a synonym for \code{\link{is.symbol}} and
63
  dispatches methods for the latter.
63
  dispatches methods for the latter.  Similarly, \code{\link{as.numeric}}
-
 
64
  is a synonym for \code{as.double} and dispatches methods for the
-
 
65
  latter, i.e., S3 methods are for \code{as.double}, whereas S4 methods
-
 
66
  are to be written for \code{as.numeric}.
64
 
67
 
65
  Note that all of the \link{group generic} functions are also
68
  Note that all of the \link{group generic} functions are also
66
  internal/primitive and allow methods to be written for them.
69
  internal/primitive and allow methods to be written for them.
67
 
70
 
68
  \code{.S3PrimitiveGenerics} is a character vector listing the
71
  \code{.S3PrimitiveGenerics} is a character vector listing the