The R Project SVN R

Rev

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

Rev 25376 Rev 27625
Line 23... Line 23...
23
  \code{is.numeric} returns \code{TRUE} if its argument is of type real
23
  \code{is.numeric} returns \code{TRUE} if its argument is of type real
24
  or type integer and \code{FALSE} otherwise.
24
  or type integer and \code{FALSE} otherwise.
25
}
25
}
26
\details{
26
\details{
27
  \code{is.numeric} is  generic: you can write methods to handle
27
  \code{is.numeric} is  generic: you can write methods to handle
28
  of specific classes of objects, see \link{InternalMethods}.
28
  specific classes of objects, see \link{InternalMethods}.
29
 
29
 
30
  Note that factors are false for \code{is.numeric} but true for
30
  Note that factors are false for \code{is.numeric} but true for
31
  \code{\link{is.integer}}.
31
  \code{\link{is.integer}}.
32
}
32
}
33
 
33