#Change colors by groups # Box plot bp <- ggplot(ToothGrowth, aes(x=dose, y=len, fill=dose)) + geom_boxplot() # Scatter plot sp ...
確定! 回上一頁