Get your own website Result Size: 625 x 565
x
 
# 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)