這個包內置了許多類似ggplot2中theme的主題,具體如下 # 代碼示例library(ggthemes) p <- ggplot(mtcars) + geom_point(aes(x = wt, ...
確定! 回上一頁