add lines to plot
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user