运行 ❯
获取
您自己的
网站
×
更改方向
更改主题,深色/浅色
转到 Spaces
# We need this line of code to show graphs in our compiler bitmap(file="out.png") line1 <- c(1,2,3,4,5,10) line2 <- c(2,5,7,8,9,10) plot(line1, type = "l", col = "blue") lines(line2, type="l", col = "red")