摘要: 001、R语言中points 函数 plot(1:5, 1:5, xlim = c(1,6), ylim = c(1,6), type = "n") points(c(3,3), c(2,5), cex = 2, col = "red", pch = 13) 002、 调整大小、颜色 plot(1: 阅读全文
posted @ 2025-02-25 09:49 小鲨鱼2018 阅读(32) 评论(0) 推荐(0)