search for: datawt

Displaying 2 results from an estimated 2 matches for "datawt".

Did you mean: data_t
2005 Jul 05
0
plot legend outside the grid
...;Genotype', ylab = "Marbles Buried", main='MBA WTs Vs HOMs', pch=c(1,4,2), jitter=1/3.5, cex=1)); meds <- as.vector(with(dataFrame, by(marbles_buried, genotype, mean))); segments((1:3)-0.25, meds, (1:3)+0.25, meds, col = c('blue', 'red', 'green')); dataWt <- subset(dataFrame, genotype=='wt', select=c(marbles_buried,genotype)); dataHet <- subset(dataFrame, genotype=='het', select=c(marbles_buried,genotype)); dataHom <- subset(dataFrame, genotype=='hom', select=c(marbles_buried,genotype)); wtCount <- length(dataWt$...
2005 Jun 30
1
FW: plot legend outside the grid
...39;Genotype', ylab = "Marbles Buried", main='MBA WTs Vs HOMs', pch=c(1,4,2), jitter=1/3.5, cex=1)) meds <- as.vector(with(dataFrame, by(marbles_buried, genotype, mean))) segments((1:3)-0.25, meds, (1:3)+0.25, meds, col = c('blue', 'red', 'green')); dataWt <- subset(dataFrame, genotype=='wt', select=c(marbles_buried,genotype)); dataHet <- subset(dataFrame, genotype=='het', select=c(marbles_buried,genotype)); dataHom <- subset(dataFrame, genotype=='hom', select=c(marbles_buried,genotype)); wtCount <- length(dataWt$...