search for: 234_1_ed

Displaying 1 result from an estimated 1 matches for "234_1_ed".

2008 Oct 02
2
Multiple hist(ograms) - One plot
...> s21 <- dat[dat$sc_recov=="21",] > s21.ED <- subset(s21, select=(bbED)) > s31 <- all[all$sc_recov=="31",] > s31.ED <- subset(s31, select=(bbED)) > s41 <- all[all$sc_recov=="41",] > s41.ED <- subset(s41, select=(bbED)) > pdf("234_1_ED.pdf") > par(mfrow = c(2, 2), oma = c(0, 0, 2, 0)) > hist(s21.ED) + hist(s31.ED) + hist(s41.ED) > dev.off() Also, for example if I add something like col="x", or main="x" to the hist(x, ...) nothing appears on the plot. ? Please advise, Thank you kindly, M Just...