The R Project SVN R

Rev

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

Rev 24300 Rev 27625
Line 20... Line 20...
20
\code{is.null} returns \code{TRUE} if its argument
20
\code{is.null} returns \code{TRUE} if its argument
21
is \code{NULL} and \code{FALSE} otherwise.
21
is \code{NULL} and \code{FALSE} otherwise.
22
}
22
}
23
\details{
23
\details{
24
  \code{is.null} is generic: you can write methods to handle
24
  \code{is.null} is generic: you can write methods to handle
25
  of specific classes of objects, see \link{InternalMethods}.
25
  specific classes of objects, see \link{InternalMethods}.
26
}
26
}
27
\arguments{
27
\arguments{
28
  \item{x}{an object to be tested or coerced.}
28
  \item{x}{an object to be tested or coerced.}
29
  \item{\dots}{ignored.}
29
  \item{\dots}{ignored.}
30
}
30
}