Re: [Rd] methods vs. functions

2009-01-07 Thread Claudia Beleites
Dear Duncan and Oleg, thanks for your answers. For the moment, I'll use functions. Happy new year, Claudia -- Claudia Beleites Dipartimento dei Materiali e delle Risorse Naturali Università degli Studi di Trieste Via Alfonso Valerio 6/a I-34127 Trieste phone: +39 (0 40) 5 58-34 47 email:

Re: [Rd] methods vs. functions

2008-12-22 Thread Duncan Murdoch
On 12/22/2008 9:40 AM, Claudia Beleites wrote: Dear List, a second, more general, question concerning S4 classes. I have a bunch of functions/methods for my class. At the moment I have them as methods, because they work on objects of my S4 class and therefore "belong" to that class. On the

[Rd] methods vs. functions

2008-12-22 Thread Claudia Beleites
Dear List, a second, more general, question concerning S4 classes. I have a bunch of functions/methods for my class. At the moment I have them as methods, because they work on objects of my S4 class and therefore "belong" to that class. On the other hand, it is comparably unlikely that someon