search for: examplematrix_10

Displaying 1 result from an estimated 1 matches for "examplematrix_10".

Did you mean: examplematrix_1
2008 Mar 13
2
Using loop numbers in write.csv
...r note is there a way to use the loop number when naming things. something like: for (i in 1:10){ exampleMatrix_i <- matrix(runif(25, 0, 1),5, 5) } Where I would then have 10 matrices in memory with the names exampleMatrix_1, exampleMatrix_2 ... exampleMatrix_10. Thanks, EG