The R Project SVN R

Rev

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

Rev 33285 Rev 37018
Line 10... Line 10...
10
\alias{elNamed<-}
10
\alias{elNamed<-}
11
\alias{formalArgs}
11
\alias{formalArgs}
12
\alias{Quote}
12
\alias{Quote}
13
\alias{showDefault}
13
\alias{showDefault}
14
\alias{initMethodDispatch}
14
\alias{initMethodDispatch}
-
 
15
\alias{methodSignatureMatrix}
15
\title{Utility Functions for Methods and S-Plus Compatibility}
16
\title{Utility Functions for Methods and S-Plus Compatibility}
16
\description{
17
\description{
17
  These are utilities, currently in the \pkg{methods} package, that
18
  These are utilities, currently in the \pkg{methods} package, that
18
  either provide some functionality needed by the package (e.g., element
19
  either provide some functionality needed by the package (e.g., element
19
  matching by name), or add compatibility with S-Plus, or both.
20
  matching by name), or add compatibility with S-Plus, or both.
Line 34... Line 35...
34
Quote()
35
Quote()
35
 
36
 
36
showDefault(object, oldMethods = TRUE)
37
showDefault(object, oldMethods = TRUE)
37
 
38
 
38
initMethodDispatch()
39
initMethodDispatch()
-
 
40
 
-
 
41
methodSignatureMatrix(object, sigSlots = c("target", "defined"))
39
}
42
}
40
\section{Summary of Functions}{
43
\section{Summary of Functions}{
41
  \describe{
44
  \describe{
42
    \item{\code{allNames}:}{ 
45
    \item{\code{allNames}:}{ 
43
      the character vector of names (unlike \code{names()}, never
46
      the character vector of names (unlike \code{names()}, never
Line 79... Line 82...
79
      Turn on the internal method dispatch code.  Called on attaching
82
      Turn on the internal method dispatch code.  Called on attaching
80
      the package.  Also, if dispatch has been turned off (by calling
83
      the package.  Also, if dispatch has been turned off (by calling
81
      \code{.isMethodsDispatchOn(FALSE)}---a very gutsy thing to do),
84
      \code{.isMethodsDispatchOn(FALSE)}---a very gutsy thing to do),
82
      calling this function should turn dispatch back on again.
85
      calling this function should turn dispatch back on again.
83
    }
86
    }
-
 
87
  \item{\code{methodSignatureMatrix}:}{
-
 
88
        Returns a matrix with the contents of the specified slots as rows.  The slots should be named character strings of the same length.  Basically used to turn the signatures of a \code{"MethodDefinition"} objectg into a matrix for printing.
-
 
89
    }
84
  }
90
  }
85
}
91
}
86
\keyword{internal}
92
\keyword{internal}