library(dplyr) library(ggplot2) library(viridis) mtcars ... ggplot() + geom_bar(aes(reorder(Brand,avg_mpg),avg_mpg, fill = avg_mpg), ...
確定! 回上一頁