Compare commits
23 Commits
0.2.0
...
1a6df64a6d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a6df64a6d | |||
| 4d6c216b0d | |||
| 31c96cfa99 | |||
| 62aa22a678 | |||
| 8c7eacfdbd | |||
| 3c4b0b93f6 | |||
| 7148d6fbca | |||
| 5bc0a6d998 | |||
| 44e933d40d | |||
| 73b6f2ea41 | |||
| ea5e405254 | |||
| 9763a32e87 | |||
| 68b9d19b27 | |||
| afd234429a | |||
| 1fa0851dd0 | |||
| 8d8a7dbb86 | |||
| b99f3934e9 | |||
| 60a9e768d4 | |||
| 88ccc761a3 | |||
| f0c04b62a5 | |||
| 1cbb651ae7 | |||
| 3e8a18c57d | |||
| ec72a1fdcf |
58
Datei1.txt
58
Datei1.txt
@@ -1,17 +1,47 @@
|
||||
Hello Akira!
|
||||
library(ggplot2); library(grid)
|
||||
Hello!
|
||||
|
||||
Lorem Ipsum
|
||||
|
||||
def neue_funktion():
|
||||
print("funk")
|
||||
|
||||
def schleife():
|
||||
for i in range(10):
|
||||
print(i)
|
||||
|
||||
aki <- func(x) {
|
||||
print(x)
|
||||
b <- function() {
|
||||
#this function is a demo function
|
||||
ggplot() +
|
||||
ggpoint() +
|
||||
scale_discrete() +
|
||||
theme()
|
||||
}
|
||||
|
||||
plot(1:10, rep(1,10))
|
||||
lines(1:10, 1:10)
|
||||
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) {
|
||||
print("bla bla")
|
||||
} else {
|
||||
print("nee")
|
||||
}
|
||||
|
||||
print("issues")
|
||||
|
||||
a <- function() {
|
||||
#this function is a demo function
|
||||
ggplot() +
|
||||
ggbar() +
|
||||
scale_discrete() +
|
||||
theme()
|
||||
}
|
||||
|
||||
plot(letters[1:5], seq(1:5))
|
||||
lines(1:5, rep(1,5), col="red")
|
||||
lines(rep(2,5), 1:5, col="green")
|
||||
grid()
|
||||
|
||||
#finale oh oh
|
||||
|
||||
Reference in New Issue
Block a user