Displaying 1 result from an estimated 1 matches for "arithbrob".
2006 Sep 15
1
setMethod() woes
...lub" (the first of
the signatures shown will be used)
brob#ANY
ANY#glub
in: .findInheritedMethods(classes, fdef, mtable)
I don't understand what to do to avoid getting the warning
message [and it's also using the wrong function: I want it
to call .ArithGlub() here, not .ArithBrob() ]
I need to use signature(e1="brob", e2="anything except a glub")
but I can't figure out how to do this.
setClass("brob",
representation = representation
(x="numeric",positive="logical"),
prototype = list(x=nu...