The R Project SVN R

Rev

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

Rev 25118 Rev 27625
Line 25... Line 25...
25
  \code{TRUE} and \code{FALSE} are part of the \R language, where
25
  \code{TRUE} and \code{FALSE} are part of the \R language, where
26
  \code{T} and \code{F} are global variables set to these.
26
  \code{T} and \code{F} are global variables set to these.
27
  All four are \code{logical(1)} vectors.
27
  All four are \code{logical(1)} vectors.
28
 
28
 
29
  \code{is.logical} is generic: you can write methods to handle
29
  \code{is.logical} is generic: you can write methods to handle
30
  of specific classes of objects, see \link{InternalMethods}.
30
  specific classes of objects, see \link{InternalMethods}.
31
}
31
}
32
\arguments{
32
\arguments{
33
  \item{length}{desired length.}
33
  \item{length}{desired length.}
34
  \item{x}{object to be coerced or tested.}
34
  \item{x}{object to be coerced or tested.}
35
  \item{\dots}{further arguments passed to or from other methods.}
35
  \item{\dots}{further arguments passed to or from other methods.}