22 lines
266 B
Plaintext
22 lines
266 B
Plaintext
Hello!
|
|
|
|
b <- function() {
|
|
#this function is a demo function
|
|
ggplot() +
|
|
ggpoint() +
|
|
scale_discrete() +
|
|
theme()
|
|
}
|
|
|
|
def neue_funktion():
|
|
print("kreativ")
|
|
print("sven")
|
|
|
|
print("welt")
|
|
print("issues")
|
|
|
|
plot(letters[1:5], seq(1:5))
|
|
grid()
|
|
|
|
#finale oh oh
|