Re: [R] How to access to an created array with a cicle for

2016-05-05 Thread Sarah Goslee
You can use get(), but a more R-like way is to make a list of these matrices instead of 600 separate objects. thismat <- get(paste(E,x,y,z,sep="_")) Sarah On Thu, May 5, 2016 at 12:06 PM, Catarina Silva wrote: > Hi, > > I'm organizing one data base in array's (matrix of positions and for each >

[R] How to access to an created array with a cicle for

2016-05-05 Thread Catarina Silva
Hi, I'm organizing one data base in array's (matrix of positions and for each position I have a vector with 5 variables). And I have approximately 600 array's. To construct these array's I've used a for cicle and after construct the array I named it like: E_1_1_1.1, and I've done the same for the