摘要: 001、基础绘图 library(ggplot2) p <- ggplot(faithful, aes(x = eruptions, y = waiting)) + geom_point() p ## 基础绘图 002、调整轴标签与绘图区域的间距 a、 p + theme(axis.text.x=e 阅读全文
posted @ 2023-11-22 21:09 小鲨鱼2018 阅读(201) 评论(0) 推荐(0)