search for: platenumber

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

Did you mean: datenumber
2006 Nov 18
0
creating and calling objects based on elements of another object...
...661398", "G2661400", "G2661412", "G2661414", "G2661416", "G2661418", "G2661420", "G2661562", "G2661564", "G2661568", "G2661570", "G2661576", "G2661578", "G2661580") platenumber<-length(platelist) #failed attempt to create places to put data from each plate above platenumber<-length(platelist) for (i in 1:platenumber){ as.name(platelist[i])<-matrix() } #eventually I would like to use these matrices to read in the contents of multiple files, but using as.name has...