最方便的方法就是用boxplot函数,不需要依赖任何包 ... ggplot(data, aes(Condition, Value)) + geom_boxplot(aes(fill = Condition), notch = FALSE) ...
確定! 回上一頁