The R Project SVN R

Rev

Rev 286 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{is.function}
\title{Is an Object of Type Function?}
\usage{is.function(x)}
\alias{is.function}
\description{
\code{is.function} returns \code{TRUE} if \code{x} is a function
and \code{FALSE} otherwise.
}
\keyword{programming}