Axis scale and scales package; Color fill/color, grayscale gray, hue hue, ... library(ggplot2) p1 <- ggplot(mpg, aes(displ, hwy)) + geom_point() p1 p1 + ...
確定! 回上一頁