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
iris
Pie Chart in R
data frame
For loops Example
List of libraries in R
Zac2
BTBsung
23-09-2020IntNewtform
Inferences for Two Population Means [Cement Hydration]
31-08-2020-Exemplo Ajuste