Re: [R] Help with objects

2011-04-25 Thread Duncan Murdoch
Russ Abbott wrote: Hi all, I would appreciate some help in understanding how to find out about objects. For example, to the extent that I understand R it seems to treat everything as an object even without declaring them as objects. That's correct. Everything has attributes, for example, wh

[R] Help with objects

2011-04-25 Thread Russ Abbott
Hi all, I would appreciate some help in understanding how to find out about objects. For example, to the extent that I understand R it seems to treat everything as an object even without declaring them as objects. Everything has attributes, for example, which are like instance variables in objects

[R] help with objects

2008-08-11 Thread andrest
Hi, just started using R and I have the following question. I have a sample code which is structured as Object: histcv1()#apparently not part of the code, but still meaningful somehow function(x, e, w, n, y, br) { #some functions and commands #... return(value) } An