Skip to content

Programming objects in R

4 messages · Patrick Burns, Daniel Viar, Tom Backer Johnsen

#
I am planning a project where an object-oriented approach would be 
appropriate, and for a number of reasons I would prefer using either 
Python or R.  My problem at the moment is to find out how to do OO 
programming in R.  Are there any introductory texts anywhere ?

Tom
#
I think that 'Software for Data Analysis'
by John Chambers should certainly be
on the reading list.


Patrick Burns
patrick at burns-stat.com
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of "The R Inferno" and "A Guide for the Unwilling S User")
Tom Backer Johnsen wrote:
#
The third chapter of the book "R Programming for Bioinformatics" by
Robert Gentleman is on object-oriented programming in R.

Dan Viar
Chesapeake, VA
On Tue, Mar 31, 2009 at 6:15 AM, Patrick Burns <pburns at pburns.seanet.com> wrote:
#
Patrick Burns wrote:
It seems that that is true. I have a number of R books, but not that 
one.  Thanks for the suggestion.

Tom