[R] Use of contains in S4 classes

Ross Boylan ross at biostat.ucsf.edu
Thu Aug 18 23:14:31 CEST 2005


setClass("B", representation=representation("B", extra="numeric))
setClass("B", representation=representation(extra="numeric"),
	contains="B")
Are these the same?  If not, how do they differ?

What about
setClass("B", representation=representation("B", extra="numeric"),
	contains="B")
?

As far as I can tell, the Green Book doesn't talk about a contains
argument to setClass.
-- 
Ross Boylan                                      wk:  (415) 502-4031
530 Parnassus Avenue (Library) rm 115-4          ross at biostat.ucsf.edu
Dept of Epidemiology and Biostatistics           fax: (415) 476-9856
University of California, San Francisco
San Francisco, CA 94143-0840                     hm:  (415) 550-1062




More information about the R-help mailing list