座標軸 # 8.1交換x軸和y軸 # 使用coord_flip()來翻轉座標軸 library(ggplot2) ggplot(PlantGrowth,aes(x=group,y=weight))+geom_boxplot()
確定! 回上一頁