function b
demo ggplot points
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
Hello!
|
||||
|
||||
b <- function() {
|
||||
#this function is a demo function
|
||||
ggplot() +
|
||||
ggpoint() +
|
||||
scale_discrete() +
|
||||
theme()
|
||||
}
|
||||
|
||||
def neue_funktion():
|
||||
print("kreativ")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user