Re: [R] OO programming in R

2003-02-13 Thread Wolski
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 ***

RE: [R] OO programming in R

2003-02-13 Thread Falcon, Seth
I'm looking for some examples on OO programming in R. Me too! Please share anything you find with the list. + seth __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] OO programming in R

2003-02-13 Thread Roger Peng
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

Re: [R] OO programming in R

2003-02-13 Thread Roger Peng
Smaller (and simpler?) examples include the `pixmap' package and my `gpclib' package. They both use the `methods' package. -roger ___ UCLA Department of Statistics [EMAIL PROTECTED] http://www.stat.ucla.edu/~rpeng On Thu, 13 Feb 2003, Wolski wrote: Hi Kris! I am

Re: [R] OO programming in R

2003-02-13 Thread Robert Gentleman
I have some notes and examples using S4 (for want of a better name) at http://biosun1.harvard.edu/courses/individual/bio271/ lectures 12 and 13 -- Robert On Thu, Feb 13, 2003 at 08:34:35AM -0800, Roger Peng wrote: You may want to look at the book Programming with Data by John Chambers, which