【发布时间】:2013-08-16 13:47:59
【问题描述】:
我可以毫无问题地做到这一点:
boxplot(coef ~ habitat, data = res)
abline(h = 0, col = "green")
但是当我使用lattice时,水平线错位了:
bwplot(coef ~ habitat, data = res)
abline(h = 0, col = "green")
我尝试改用panel.abline,但这会将绿线放在图片顶部。
【问题讨论】: