The R Project SVN R

Rev

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

Rev 56186 Rev 56287
Line 73... Line 73...
73
  \code{\link{extends}} and \linkS4class{classRepresentation} for the underlying information from the class
73
  \code{\link{extends}} and \linkS4class{classRepresentation} for the underlying information from the class
74
  definition.
74
  definition.
75
}
75
}
76
\examples{
76
\examples{
77
 
77
 
78
## the super- and subclasses of "standardGeneric" and "derivedDefaultMethod"
78
## the super- and subclasses of "standardGeneric"
-
 
79
## and "derivedDefaultMethod"
79
am <- classesToAM(list(class(show), class(getMethod(show))), TRUE)
80
am <- classesToAM(list(class(show), class(getMethod(show))), TRUE)
80
am
81
am
81
 
82
 
82
\dontrun{
83
\dontrun{
83
## the following function depends on the Bioconductor package Rgraphviz
84
## the following function depends on the Bioconductor package Rgraphviz