Displaying 2 results from an estimated 2 matches for "getremoveddf".
2006 Apr 04
2
documenting s4 methods in package
...he
corresponding .rd help files and now when R build the help pages it reports
"missing link(s): ~~fun~~. What is going on?
Below is the code from the help file and the associated s4 method.
Any help would be greatly appreciated.
Steve
GENERIC FUNCTION AND METHODS
setGeneric("getRemovedDf.OAD",function(x,y,z,simplify=TRUE,descrip=FALSE){st
andardGeneric("getRemovedDf.OAD")})
setMethod("getRemovedDf.OAD","status.or.rm.v1",
function(x,y,z,simplify,descrip){
if(length(0">x@removed) <mailto:x@removed)> >0){
pr...
2006 Apr 07
0
[R] documenting s4 methods in package
...help file and the associated s4 method.
>>>>>
>>>>> Any help would be greatly appreciated.
>>>>>
>>>>> Steve
>>>>>
>>>>> GENERIC FUNCTION AND METHODS
>>>>>
>>>>> setGeneric("getRemovedDf.OAD",function(x,y,z,simplify=TRUE,descrip=
>>>>> FA
>>>>> L
>>>>> SE){st
>>>>> andardGeneric("getRemovedDf.OAD")})
>>>>>
>>>>> setMethod("getRemovedDf.OAD","status.or.rm.v1",...