Robin Hankin a écrit :
> Christophe
>
> you might find the Brobdingnag package on CRAN helpful here.
>
Yep, I read it and I find it very usefull. A question anyway:

Is there a way to change a slot without using the <- ?

Instead of
 > new("obj")
 > [EMAIL PROTECTED] <- 3

I would like to have
 > new("obj")
 > setSlotA(obj,3)

In your vignette, 'Section 8 : Get and Set methods', you define 4 Gets, 
but no Set...

Christophe

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to