add lines to plot

This commit is contained in:
2019-12-20 10:39:49 +01:00
parent 5bc0a6d998
commit 7148d6fbca

View File

@@ -23,6 +23,8 @@ g <- if(b == a) {
print("issues") print("issues")
plot(letters[1:5], seq(1:5)) plot(letters[1:5], seq(1:5))
lines(1:5, rep(1,5), col="red")
lines(rep(2,5), 1:5, col="green")
grid() grid()
#finale oh oh #finale oh oh