The R Project SVN R

Rev

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

Rev 56186 Rev 56287
Line 98... Line 98...
98
  \emph{Class Inheritance in R}
98
  \emph{Class Inheritance in R}
99
  \url{http://stat.stanford.edu/~jmc4/classInheritance.pdf} (to be
99
  \url{http://stat.stanford.edu/~jmc4/classInheritance.pdf} (to be
100
  submitted to the R Journal).
100
  submitted to the R Journal).
101
}
101
}
102
\examples{
102
\examples{
103
## if no other attached  packages have methods for `+` or its group generic 
103
## if no other attached packages have methods for `+` or its group
104
## functions, this returns a 16 by 2 matrix of selection patterns (in R 2.9.0)
104
## generic functions, this returns a 16 by 2 matrix of selection
-
 
105
## patterns (in R 2.9.0)
105
testInheritedMethods("+")
106
testInheritedMethods("+")
106
}
107
}
107
 
108
 
108
\keyword{programming}
109
\keyword{programming}
109
\keyword{classes}
110
\keyword{classes}