Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Ggplot
#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(binwidth=.05)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
AjusteNaoLinear11-02-21
BoxPlot_Anomaly
2
Roll of a two dice
Which one is which !
Estimate pi with uniform random numbers
errores resta
Grade.r
Good Ozone
James 2
Please log in to post a comment.