The R Project SVN R

Rev

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

Rev 23613 Rev 27625
Line 6... Line 6...
6
\arguments{
6
\arguments{
7
  \item{x}{an \R object.}
7
  \item{x}{an \R object.}
8
}
8
}
9
\details{
9
\details{
10
  \code{is.function} is generic: you can write methods to handle
10
  \code{is.function} is generic: you can write methods to handle
11
  of specific classes of objects, see \link{InternalMethods}.
11
  specific classes of objects, see \link{InternalMethods}.
12
}
12
}
13
\value{\code{TRUE} if \code{x} is a function, and \code{FALSE}
13
\value{\code{TRUE} if \code{x} is a function, and \code{FALSE}
14
  otherwise.}
14
  otherwise.}
15
}
15
}
16
\keyword{programming}
16
\keyword{programming}