- rm(list=ls())
- par(mfrow=c(3,2),mar=c(0,3.5,0,2), oma = c(3, 0, 2, 0))
- data=read.csv("x1.csv",header=T)
- attach(data)
- plot(year,y1,xaxt="n", xlab = "", type = "l")
- plot(year,y2,xaxt="n", xlab = "", type = "l")
- plot(year,y3,xaxt="n", xlab = "", type = "l")
- plot(year,y4,xaxt="n", xlab = "", type = "l")
- plot(year,y5, xlab = "", type = "l")
- plot(year,y7, xlab = "", type = "l")
呵呵,不知是否满意


雷达卡





,至于如何让ylab离的近一点,我还没有搞清楚,再等等[loveliness]
京公网安备 11010802022788号







