barbara.r...@uniroma1.it wrote:
Is there a command as "mat.or.vec(nr,nc)" to create an array that I
must calculate with more cicle?
Hi Barbara,
The approach that I usually use is something like this:
new.matrix<-matrix(NA,nrow=3,ncol=3)
This creates a 3x3 matrix named "new.matrix" that is f
Hi,
On Jul 2, 2009, at 11:13 AM, barbara.r...@uniroma1.it wrote:
Is there a command as "mat.or.vec(nr,nc)" to create an array that I
must calculate with more cicle?
I'm not sure your question is very clear: what do you mean by
"calculate with more cicle"?
Could you give an example of wh
Is there a command as "mat.or.vec(nr,nc)" to create an array that I must
calculate with more cicle?
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting
3 matches
Mail list logo