Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ggplot Sample
#R version 3.3.2 library(ggplot2) data(iris) str(iris) head(iris) attach(iris) #Scatterplot ggplot(data=iris, aes(Petal.Length, Petal.Width, colour=Species))+geom_point()+geom_smooth(method=lm)+ggtitle("Scatterplot Sample") #Boxplot ggplot(data=iris, aes(x=Species, y=Petal.Length, colour=Species))+geom_boxplot()+ggtitle("Boxplot Example") #Histogram ggplot(data=iris, aes(Sepal.Length, fill=Species))+geom_histogram()
run
|
edit
|
history
|
help
0
SAMPLING
Mietflächen clustern für flächenbasierte Prognosen
19-08-2020-JacobiSistemaEuler
Ex15-12
SEIR-Modell
survey histograms stats and fats
26-08-2020AjusteCurva
Guess the next number
16-09-2020ExVitor
19-08-2020-JacobiSistema-menos-calc