The R Project SVN R

Rev

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

Rev 42333 Rev 48873
Line 1... Line 1...
1
% File src/library/methods/man/methodUtilities.Rd
1
% File src/library/methods/man/methodUtilities.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2009 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{methodUtilities}
6
\name{methodUtilities}
7
\alias{functionBody}
7
\alias{functionBody}
8
\alias{functionBody<-}
8
\alias{functionBody<-}
Line 88... Line 88...
88
      the package.  Also, if dispatch has been turned off (by calling
88
      the package.  Also, if dispatch has been turned off (by calling
89
      \code{.isMethodsDispatchOn(FALSE)}---a very gutsy thing to do),
89
      \code{.isMethodsDispatchOn(FALSE)}---a very gutsy thing to do),
90
      calling this function should turn dispatch back on again.
90
      calling this function should turn dispatch back on again.
91
    }
91
    }
92
  \item{\code{methodSignatureMatrix}:}{
92
  \item{\code{methodSignatureMatrix}:}{
-
 
93
      Returns a matrix with the contents of the specified slots as
93
        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.
94
      rows.  The slots should be named character strings of the same
-
 
95
      length.  Basically used to turn the signatures of a
-
 
96
      \code{"MethodDefinition"} object into a matrix for printing.
94
    }
97
    }
95
  }
98
  }
96
}
99
}
97
\keyword{internal}
100
\keyword{internal}