The R Project SVN R

Rev

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

Rev 85835 Rev 89669
Line 113... Line 113...
113
  expected to return a character vector of length 1.
113
  expected to return a character vector of length 1.
114
 
114
 
115
  \code{isa} tests whether \code{x} is an object of class(es) as given
115
  \code{isa} tests whether \code{x} is an object of class(es) as given
116
  in \code{what} by using \code{\link[methods]{is}} if \code{x} is an S4
116
  in \code{what} by using \code{\link[methods]{is}} if \code{x} is an S4
117
  object, and otherwise giving \code{TRUE} iff \emph{all} elements of
117
  object, and otherwise giving \code{TRUE} iff \emph{all} elements of
118
  \code{class(x)} are contained in \code{what}.
118
  \code{what} are contained in \code{class(x)}.
119
 
119
 
120
  All but \code{inherits} and \code{isa} are \link{primitive} functions.
120
  All but \code{inherits} and \code{isa} are \link{primitive} functions.
121
}
121
}
122
 
122
 
123
\note{
123
\note{