From 73b6f2ea413f4bfe458cb44d39c7bf5fa2a5f3be Mon Sep 17 00:00:00 2001 From: Reckling Date: Fri, 20 Dec 2019 10:24:37 +0100 Subject: [PATCH] function b demo ggplot points --- Datei1.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Datei1.txt b/Datei1.txt index 6ff5635..ae779fd 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,5 +1,13 @@ Hello! +b <- function() { + #this function is a demo function + ggplot() + + ggpoint() + + scale_discrete() + + theme() +} + def neue_funktion(): print("kreativ")