From 7148d6fbca62ad89c27538b59b9780e3b09b6f24 Mon Sep 17 00:00:00 2001 From: Reckling Date: Fri, 20 Dec 2019 10:39:49 +0100 Subject: [PATCH] add lines to plot --- Datei1.txt | 2 ++ 1 file changed, 2 insertions(+) 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