search for: promtclass

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

Did you mean: promptclass
2004 Aug 16
1
promptClass("numeric")
Hi! Have written some functions with signature "numeric". eg. setGeneric("foo", function(object,...) standardGeneric("foo")) setMethod("foo",signature(object="numeric"),def = .... To generate the Rd file sceleton i use > promtClass("numeric") A shell of class documentation has been written to the file 'numeric-class.Rd'. but the file does contains just. \section{Methods}{ \describe{ \item{coerce}{\code{signature(from = "ANY", to = "numeric")}: ... } } } Were is my method &quot...