function c
demo function ggplot lines
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user