Rev 27625 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{is.function}\alias{is.function}\title{Is an Object of Type Function?}\usage{is.function(x)}\description{Checks whether its argument is a function.}\arguments{\item{x}{an \R object.}}\details{\code{is.function} is generic: you can write methods to handlespecific classes of objects, see \link{InternalMethods}.}\value{\code{TRUE} if \code{x} is a function, and \code{FALSE}otherwise.}}\keyword{programming}