The R Project SVN R

Rev

Rev 71228 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71228 Rev 88585
Line 50... Line 50...
50
  The functions return \code{FALSE} if the method or class is not
50
  The functions return \code{FALSE} if the method or class is not
51
  sealed (including the case that it is not defined); \code{TRUE} if
51
  sealed (including the case that it is not defined); \code{TRUE} if
52
  it is.
52
  it is.
53
}
53
}
54
\references{
54
\references{
55
 Chambers, John M. (2008)
55
  \bibshow{R:Chambers:2008}
56
 \emph{Software for Data Analysis: Programming with R}
-
 
57
  Springer.  (For the R version.)
56
  (For the R version.)
58
 
57
 
59
 Chambers, John M. (1998)
58
  \bibshow{R:Chambers:1998}
60
 \emph{Programming with Data}
-
 
61
 Springer (For the original S4 version.)
59
  (For the original S4 version.)
62
}
60
}
63
\examples{
61
\examples{
64
## these are both TRUE
62
## these are both TRUE
65
isSealedMethod("+", c("numeric", "character"))
63
isSealedMethod("+", c("numeric", "character"))
66
isSealedClass("matrix")
64
isSealedClass("matrix")