Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Estimate pi with uniform random numbers
5 # SUMMARY PART A
26-08-2020Teste
26-08-2020AjusteCurvab
Guess the next number
Efeito-Runge-18-03-2021
practica 4
Chi-squared tests of independence [Musculoskeletal injuries treated]
Die sim
Chi Square Tests [Is the die fair?]
Please log in to post a comment.