摘要: data <- read.table("test.tab")plot(data[,3]~data[,2], type="l", col="red", ylim=c(-1,50), lty = 1, main="Base percentage composition along reads", xlab="Percent(%)", ylab="Position along reads", lwd=2)lines(data[,4], type = "l" 阅读全文