diff --git a/Datei1.txt b/Datei1.txt index e56cb47..d94f196 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -23,6 +23,8 @@ g <- if(b == a) { print("issues") plot(letters[1:5], seq(1:5)) +lines(1:5, rep(1,5), col="red") +lines(rep(2,5), 1:5, col="green") grid() #finale oh oh