Dear, I'm looking for some examples on OO programming in R. I have the programming manual with explanation on UseMethod and NextMethod but I miss some practical examples to get me going (I hope). I searched the web but could not find a good independent tutorial on this. Any suggestions are welcome, Kris -- ------------------------------------------------------------------------ http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn ------------------------------------------------------------------------ Minds are like parachutes, they only work when open
Hi Kris! I am also looking for practical examples. I know that the bio conductor is written using the oo method package. But I am still looking for some simple (without database interfaces and special file formats or sophisticated statistics) implementations using oo in R. /Eryk *********** REPLY SEPARATOR *********** On 2/13/2003 at 5:01 PM Kris Nackaerts wrote:>Dear, > >I'm looking for some examples on OO programming in R. I have the >programming manual with explanation on UseMethod and NextMethod but I >miss some practical examples to get me going (I hope). I searched the >web but could not find a good independent tutorial on this. > >Any suggestions are welcome, > >Kris > > >-- >------------------------------------------------------------------------ > > http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn > >------------------------------------------------------------------------ > Minds are like parachutes, they only work when open > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >http://www.stat.math.ethz.ch/mailman/listinfo/r-helpDipl. bio-chem. Eryk Witold Wolski MPI-MG Dep. Vertebrate Genomics _ _ Ihnestrasse 73 14195 Berlin 'v' tel: 0049-30-84131285 / \ mail: wolski at molgen.mpg.de ---W-W----
> I'm looking for some examples on OO programming in R.Me too! Please share anything you find with the list. + seth
You may want to look at the book "Programming with Data" by John Chambers, which describes the new-style classes. It has yet to fail me. Also the Bioconductor packages (http://www.bioconductor.org) use the new-style class system and provide a good source of code examples (even if you're not interested in bioinformatics). -roger _______________________________ UCLA Department of Statistics rpeng at stat.ucla.edu http://www.stat.ucla.edu/~rpeng On Thu, 13 Feb 2003, Kris Nackaerts wrote:> Dear, > > I'm looking for some examples on OO programming in R. I have the > programming manual with explanation on UseMethod and NextMethod but I > miss some practical examples to get me going (I hope). I searched the > web but could not find a good independent tutorial on this. > > Any suggestions are welcome, > > Kris > > > -- > ------------------------------------------------------------------------ > > http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn > > ------------------------------------------------------------------------ > Minds are like parachutes, they only work when open > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-help >