From 62aa22a6785d053f61ed14d14c76d9544541d367 Mon Sep 17 00:00:00 2001 From: Reckling Date: Fri, 20 Dec 2019 10:26:38 +0100 Subject: [PATCH] function c demo function ggplot lines --- Datei1.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Datei1.txt b/Datei1.txt index 88ce85e..067fc7e 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -13,6 +13,14 @@ def neue_funktion(): print("kreativ") print("sven") +c <- function() { + #this function is a demo function + ggplot() + + gglines() + + scale_discrete() + + theme() +} + print("welt") g <- if(b == a) {