function b

demo ggplot points
This commit is contained in:
2019-12-20 10:24:37 +01:00
parent ea5e405254
commit 73b6f2ea41

View File

@@ -1,5 +1,13 @@
Hello! Hello!
b <- function() {
#this function is a demo function
ggplot() +
ggpoint() +
scale_discrete() +
theme()
}
def neue_funktion(): def neue_funktion():
print("kreativ") print("kreativ")