Re: [R] dereferencing in R

2009-07-16 Thread Stavros Macrakis
What do you mean by 'passing an array reference' and 'dereferencing' and what do you mean by an 'R script'? What language(s) are you accustomed to? If you mean 'passing an array value' to an 'R function', you just use the argument name. Since R uses call-by-value (modulo the substitute mechanism

Re: [R] dereferencing in R

2009-07-16 Thread Duncan Murdoch
xin liu wrote: Hi, All, I passed an array reference to the R script and do not know how to do dereferencing in the R script. Anybody has some suggestion? R doesn't have references, so it doesn't do dereferencing. Duncan Murdoch Many thanks __

[R] dereferencing in R

2009-07-16 Thread xin liu
Hi, All, I passed an array reference to the R script and do not know how to do dereferencing in the R script. Anybody has some suggestion? Many thanks __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read th