The R Project SVN R

Rev

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

Rev 27447 Rev 27625
Line 12... Line 12...
12
\arguments{
12
\arguments{
13
  \item{x}{object to be tested.}
13
  \item{x}{object to be tested.}
14
}
14
}
15
\details{
15
\details{
16
  \code{is.object} is generic: you can write methods to handle
16
  \code{is.object} is generic: you can write methods to handle
17
  of specific classes of objects, see \link{InternalMethods}.
17
  specific classes of objects, see \link{InternalMethods}.
18
}
18
}
19
\seealso{\code{\link[base]{class}}, and \code{\link[utils]{methods}}.}
19
\seealso{\code{\link[base]{class}}, and \code{\link[utils]{methods}}.}
20
 
20
 
21
\examples{
21
\examples{
22
is.object(1) # FALSE
22
is.object(1) # FALSE