Skip to content

Object-oriented programming in R for Java programmers?

1 message · Satoshi Takahama

#
This page is also a brief introduction to the S3 classes:

http://www.ibm.com/developerworks/linux/library/l-r3.html

(see section on 'Object-oriented R')

and for S4, in addition to "How S4 methods work":

http://developer.r-project.org/methodDefinition.html



----- Original Message ----
From: Johannes Huesing <johannes at huesing.name>
To: r-help at r-project.org
Sent: Sunday, July 27, 2008 12:21:37 PM
Subject: Re: [R] Object-oriented programming in R for Java programmers?

Werner Wernersen <pensterfuzzer at yahoo.de> [Sun, Jul 27, 2008 at 01:55:26PM CEST]:
[...]
"How S4 methods work" highlights the differences between R's function-centric
approach to OO and the class-centric approach highlighted by languages such
as C++. This 10-page article is written by John Chambers.