摘要: 001、 基础绘图 library(ggplot2) p <- ggplot(faithful, aes(x = eruptions, y = waiting)) + geom_point() p 002、调整标签刻度到绘图区域的间距 p + theme(axis.text.x = element_ 阅读全文
posted @ 2024-04-17 11:55 小鲨鱼2018 阅读(948) 评论(0) 推荐(0)