search for: mys4method

Displaying 1 result from an estimated 1 matches for "mys4method".

Did you mean: mymethod
2006 Feb 07
0
S4 documentation
...culator" in the signature. } Yet there are such methods. Is this a not-working yet feature, or is something funny going on (maybe I have definitions in the library and in the global workspace...)? 2. Is the \code{\link{myS4class-class}} the proper way to cross-reference a class? \code{\link{myS4method-method}} the right way to refer to a method? I looked for something like \class or \method to correspond to \code, but didn't see anything. 3. This question goes beyond documentation. I have been approaching things like this: setClass("A", ....) foo <- function(a) .... setClass...