The R Project SVN R

Rev

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

Rev 89225 Rev 89242
Line 26... Line 26...
26
    for which \code{\link{xtfrm}} or the internal coercion to
26
    for which \code{\link{xtfrm}} or the internal coercion to
27
    \code{\link{double}} (the former if \code{x} has a class attribute)
27
    \code{\link{double}} (the former if \code{x} has a class attribute)
28
    works, whose \code{\link{min}} or \code{\link{max}} is searched
28
    works, whose \code{\link{min}} or \code{\link{max}} is searched
29
    for.}
29
    for.}
30
}
30
}
-
 
31
\details{
-
 
32
  For compatibility with \R{} < 4.6, \link[=data.frame]{data frames}
-
 
33
  \code{x} are handled as if without a class attribute.
-
 
34
}
31
\section{Logical \code{x} -- First \code{TRUE} or \code{FALSE}}{
35
\section{Logical \code{x} -- First \code{TRUE} or \code{FALSE}}{
32
  For a \code{\link{logical}} vector \code{x} with both \code{FALSE} and
36
  For a \code{\link{logical}} vector \code{x} with both \code{FALSE} and
33
  \code{TRUE} values, \code{which.min(x)} and \code{which.max(x)} return
37
  \code{TRUE} values, \code{which.min(x)} and \code{which.max(x)} return
34
  the index of the first \code{FALSE} or \code{TRUE}, respectively, as
38
  the index of the first \code{FALSE} or \code{TRUE}, respectively, as
35
  \code{FALSE < TRUE}.  However, \code{match(FALSE, x)} or
39
  \code{FALSE < TRUE}.  However, \code{match(FALSE, x)} or