摘要: x <- 1:2 y <- runif(2,0,100) par(mar=c(4,6,2,6)) plot(x,y,type="n",xlim=c(0.5,2.5),ylim=c(-10,110),axes=F,ann=F) axis(2,at = seq(0,100,20)) mtext("Tem 阅读全文
posted @ 2021-02-24 10:16 生信窗 阅读(145) 评论(0) 推荐(0)