par(mai = c(1, 1, 1, 1), omi = c(0, 0, 0, 0))
set.seed(591)
(xx1 <- rnorm(20, mean = 3, sd = 3.6))
(xx2 <- rpois(40, lambda = 3.5))
(xx3 <- rchisq(31, df = 5, ncp = 0))
使用 R 基础包的箱线图代码。
box1 <- boxplot(xx1, xx2, xx3, names = c("Group-1", "Group-2", "Group-3"), cex = 0.7)
尝试使用 R 的 lattice 包重现相同的箱线图
box2 <- bwplot(xx1, xx2, xx3, names = c("Group-1", "Group-2", "Group-3"), cex = 0.7)
我得到错误代码
在 bwplot.numeric(xx1, xx2, xx3, cex = 0.7) 中:忽略显式数据规范