Re: [R] R - Vectorization and Functional Programming Constructs

2011-01-22 Thread Gabor Grothendieck
On Fri, Jan 21, 2011 at 10:10 PM, Mingo wrote: > Hello, I am new to R (coming from Perl) and have what is, at least at this > point, a philosophical question and a request for comment on some basic > code. As I understand it - R emphasizes ,or at least supports, the > functional programming model.

[R] R - Vectorization and Functional Programming Constructs

2011-01-21 Thread Mingo
Hello, I am new to R (coming from Perl) and have what is, at least at this point, a philosophical question and a request for comment on some basic code. As I understand it - R emphasizes ,or at least supports, the functional programming model. I've come across some code that was markedly absent in