[R] How to detect which function is used for e.g. printing an object of a given class

David Meyer david.meyer at ci.tuwien.ac.at
Wed Sep 24 13:13:39 CEST 2003


> > Is there an alternative way of "dispatching" the printing, such that
> > the usual print method for loglm is used after doing what is special
> > for hllm?

You might want to have a look at `NextMethod()'

Best,
David




More information about the R-help mailing list