Compare commits
28
Commits
| 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 | ||
|
|
09bc50a164 | ||
|
|
b9e1fc5c53 | ||
|
|
70d937383a | ||
|
|
e1e5ec6685 | ||
|
|
b6bff5d579 |
+42
-5
@@ -1,10 +1,47 @@
|
||||
Hello Akira!
|
||||
library(ggplot2); library(grid)
|
||||
Hello!
|
||||
|
||||
Lorem Ipsum
|
||||
b <- function() {
|
||||
#this function is a demo function
|
||||
ggplot() +
|
||||
ggpoint() +
|
||||
scale_discrete() +
|
||||
theme()
|
||||
}
|
||||
|
||||
def neue_funktion():
|
||||
print("funk")
|
||||
print("kreativ")
|
||||
print("sven")
|
||||
|
||||
aki <- func(x) {
|
||||
print(x)
|
||||
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