|
lineplot.CI(dose, len, group = supp, data = ToothGrowth, cex = 2,
xlab = "Dose", ylab = "Growth", cex.lab = 1.5, x.leg = 1,
col = c("blue","red"), pch = c(16,16))
|
|
bargraph.CI(dose, len, group = supp, data = ToothGrowth, split=TRUE)
|
|
bargraph.CI(dose, len, group = supp, data = ToothGrowth,
xlab = "Dose", ylab = "Growth", cex.lab = 1.5, x.leg = 1,
col = "black", angle = 45, cex.names = 1.25,
density = c(0,20), legend = TRUE)
|