Torsten Hothorn wrote:
>
> Hi,
>
> how can one trace a nonstandardGenericFunction,
> especially "initialize"? An example:
>
> setClass("dummy", representation(a = "numeric"))
>
> setMethod("initialize", "dummy",
> function(.Object, a = 2) { ### I want to trace this function
>
Hi,
how can one trace a nonstandardGenericFunction,
especially "initialize"? An example:
setClass("dummy", representation(a = "numeric"))
setMethod("initialize", "dummy",
function(.Object, a = 2) { ### I want to trace this function
[EMAIL PROTECTED] <- a