The R Project SVN R

Rev

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

Rev 68948 Rev 73093
Line 1... Line 1...
1
% File src/library/base/man/groupGeneric.Rd
1
% File src/library/base/man/groupGeneric.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-2013 R Core Team
3
% Copyright 1995-2017 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{groupGeneric}
6
\name{groupGeneric}
7
\alias{S3groupGeneric}
7
\alias{S3groupGeneric}
8
\alias{groupGeneric}
8
\alias{groupGeneric}
Line 116... Line 116...
116
    the same method is found for both, it is used.
116
    the same method is found for both, it is used.
117
    If different methods are found, there is a warning about
117
    If different methods are found, there is a warning about
118
    \sQuote{incompatible methods}: in that case or if no method is found
118
    \sQuote{incompatible methods}: in that case or if no method is found
119
    for either argument the internal method is used.
119
    for either argument the internal method is used.
120
 
120
 
-
 
121
    Note that the \code{\link{data.frame}} methods for the comparison
-
 
122
    (\code{"Compare"}: \code{==}, \code{<}, \dots) and logic
-
 
123
    (\code{"Logic"}: \code{&} \code{|} and \code{!}) operators return a
-
 
124
    logical \code{\link{matrix}} instead of a data frame, for
-
 
125
    convenience and back compatibility.
-
 
126
 
121
    If the members of this group are called as functions, any argument
127
    If the members of this group are called as functions, any argument
122
    names are removed to ensure that positional matching is always used.
128
    names are removed to ensure that positional matching is always used.
123
 
129
 
124
    \item Group \code{"Summary"}:
130
    \item Group \code{"Summary"}:
125
    \itemize{
131
    \itemize{