Displaying 1 result from an estimated 1 matches for "varirable".
Did you mean:
variable
2004 Mar 10
3
Center labels on a boxplot
...spp3 = c(0,0,0,0,1,1,1,0,0,1,0,0),
aVar = runif(12, 1, 10) + 1:12)
boxplot(aVar ~ spp1 + spp2 + spp3, data = myDF1, boxwex = 0.25, at =
1:3 - 0.2,
names = c("","",""),
ylab = "A Varirable of Extreme Interest",
ylim = c(0,24))
boxplot(aVar ~ spp1 + spp2 + spp3, data = myDF2, boxwex = 0.25, at =
1:3 + 0.2,
names = c("","",""), add = T, col="gray")
legend(0.5, 24, c("Time 1",...