Re: [Rd] tracing nonstandardGenericFunction

2003-08-14 Thread John Chambers
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 >

[Rd] tracing nonstandardGenericFunction

2003-08-14 Thread Torsten Hothorn
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