Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
AjusteNaoLinear
21-09-2020Intpoli
Practice series1(37)
21-09-2020Intpoli
helloworld
Chapter 4:Comparing Distributions (same scale)
Ex-02-02-21
AjusteLinearizado-11-01-21-pacotematriz
(.)(.)
compounding position
Please log in to post a comment.