function c
demo function ggplot lines
This commit is contained in:
@@ -13,6 +13,14 @@ def neue_funktion():
|
|||||||
print("kreativ")
|
print("kreativ")
|
||||||
print("sven")
|
print("sven")
|
||||||
|
|
||||||
|
c <- function() {
|
||||||
|
#this function is a demo function
|
||||||
|
ggplot() +
|
||||||
|
gglines() +
|
||||||
|
scale_discrete() +
|
||||||
|
theme()
|
||||||
|
}
|
||||||
|
|
||||||
print("welt")
|
print("welt")
|
||||||
|
|
||||||
g <- if(b == a) {
|
g <- if(b == a) {
|
||||||
|
|||||||
Reference in New Issue
Block a user