The R Project SVN R

Rev

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

Rev 68948 Rev 69446
Line 18... Line 18...
18
  \item{object}{any \R object, typically of a formal S4 class.}
18
  \item{object}{any \R object, typically of a formal S4 class.}
19
  \item{Class}{an S4 class (see \code{\link{isClass}}).}
19
  \item{Class}{an S4 class (see \code{\link{isClass}}).}
20
}
20
}
21
\value{
21
\value{
22
  a scalar logical, \code{TRUE} if there is a \code{coerce} method
22
  a scalar logical, \code{TRUE} if there is a \code{coerce} method
23
  (as defined by \code{\link{setAs}}, e.g.) for the signature
23
  (as defined by e.g.\sspace{}\code{\link{setAs}}) for the signature
24
  \code{(from = class(object), to = Class)}.
24
  \code{(from = class(object), to = Class)}.
25
}
25
}
26
\seealso{\code{\link{as}}, \code{\link{setAs}},
26
\seealso{\code{\link{as}}, \code{\link{setAs}},
27
  \code{\link{selectMethod}}, \code{\link{setClass}},
27
  \code{\link{selectMethod}}, \code{\link{setClass}},
28
}
28
}