运行 ❯
获取您
自己的
网站
×
更改方向
更改主题,暗色/亮色
前往 Spaces
# We need this line of code to show graphs in our compiler bitmap(file="out.png") x <- c(5,7,8,7,2,2,9,4,11,12,9,6) y <- c(99,86,87,88,111,103,87,94,78,77,85,86) plot(x, y)