[R] document setReplaceMethod

Jennifer Lai lai at lindaspaces.com
Thu Apr 27 21:36:04 CEST 2006


Hi,
   How do I document setReplaceMethod, such as this,

setGeneric("x<-", function(.Object, value) standardGeneric("myMethod<-"))
setReplaceMethod("x", "myClass",
   function(.Object, value) {
      .Object at x <- value
      .Object
   }
)



 in the NAMESPACE file?


Thanks,
Jennifer




More information about the R-help mailing list