Compare commits
1 Commits
1a6df64a6d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 947fcfe255 |
35
Datei1.txt
35
Datei1.txt
@@ -1,47 +1,12 @@
|
|||||||
library(ggplot2); library(grid)
|
|
||||||
Hello!
|
Hello!
|
||||||
|
|
||||||
b <- function() {
|
|
||||||
#this function is a demo function
|
|
||||||
ggplot() +
|
|
||||||
ggpoint() +
|
|
||||||
scale_discrete() +
|
|
||||||
theme()
|
|
||||||
}
|
|
||||||
|
|
||||||
def neue_funktion():
|
def neue_funktion():
|
||||||
print("kreativ")
|
print("kreativ")
|
||||||
print("sven")
|
|
||||||
|
|
||||||
c <- function() {
|
|
||||||
#this function is a demo function
|
|
||||||
ggplot() +
|
|
||||||
gglines() +
|
|
||||||
scale_discrete() +
|
|
||||||
theme()
|
|
||||||
}
|
|
||||||
|
|
||||||
print("welt")
|
print("welt")
|
||||||
|
|
||||||
g <- if(b == a) {
|
|
||||||
print("bla bla")
|
|
||||||
} else {
|
|
||||||
print("nee")
|
|
||||||
}
|
|
||||||
|
|
||||||
print("issues")
|
print("issues")
|
||||||
|
|
||||||
a <- function() {
|
|
||||||
#this function is a demo function
|
|
||||||
ggplot() +
|
|
||||||
ggbar() +
|
|
||||||
scale_discrete() +
|
|
||||||
theme()
|
|
||||||
}
|
|
||||||
|
|
||||||
plot(letters[1:5], seq(1:5))
|
plot(letters[1:5], seq(1:5))
|
||||||
lines(1:5, rep(1,5), col="red")
|
|
||||||
lines(rep(2,5), 1:5, col="green")
|
|
||||||
grid()
|
grid()
|
||||||
|
|
||||||
#finale oh oh
|
#finale oh oh
|
||||||
|
|||||||
Reference in New Issue
Block a user