Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Scatterplot using Ggplot Sample
#R version 3.3.2 library(ggplot2) data(iris) str(iris) head(iris) attach(iris) ggplot(data=iris, aes(Petal.Length, Petal.Width, colour=Species))+geom_point()+geom_smooth(method=lm)+ggtitle("Scatterplot Sample")
run
|
edit
|
history
|
help
0
taylorsen7
asdf
Chi Square Tests [Is the die fair?]
factor
03-08-2020-Derivada-Numerica
Grad-sistemab
Exintegral-19-03-2021
Ex11-03-21EdsonAmanda
17-08-2020SitemaEqLin
SEIR-Modell