On 01/02/2010 12:33 PM, Richard Thompson wrote:
Hi all,
probably something really simple, that I've missed but I'm running this loop
in my Rscript:
for (i in 1:nrow(cells)){
if(plate == as.character(cells[i,1])){
plate2 <-cells[i,2]}
}
it's assigning the relevant data correctly as lo
Hi all,
probably something really simple, that I've missed but I'm running this loop
in my Rscript:
for (i in 1:nrow(cells)){
if(plate == as.character(cells[i,1])){
plate2 <-cells[i,2]}
}
it's assigning the relevant data correctly as long as plate exists somewhere
in cells[i,1]. The pr
2 matches
Mail list logo