Rev 3279 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{integer}\title{Integer Vectors}\alias{integer}\alias{as.integer}\alias{as.integer.default}\alias{is.integer}\usage{integer(length = 0)as.integer(x)is.integer(x)}\value{This function creates a integer vector of the specified length.Each element of the vector is equal to \code{0}.Integer vectors exist so that data can be passed to C or Fortran codewhich expects them.\code{as.integer} attempts to coerce its argument to be of integertype.\code{is.integer} returns \code{TRUE} or \code{FALSE} depending onwhether its argument is of integer type or not.}\keyword{classes}