library(ggplot2) # customize categorical x axis ggplot(mpg, aes(x = class)) + ... change the default legend title ggplot(mpg, aes(x = displ, y=hwy, ...
確定! 回上一頁