Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

[R] Vectors of S4 Classes

Phineas

2005-12-05

Replies:

I have a function from which I wish to return two vectors of equal length of
a class

eg
> setClass("ClassOne", representation(x="numeric"))
[1] "ClassOne"
> first<-new("ClassOne", x=1)
> second<-new("ClassOne",x=2)
> first<-rbind(first,second)
> first

first
second

Is it possible to create vector or list of an S4 class?

Phineas

> version
     _
platform i386-pc-mingw32
arch   i386
os     mingw32
system  i386, mingw32
status
major   2
minor   1.0
year   2005
month   04
day    18
language R

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.