Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ggplot Sample
#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()
run
|
edit
|
history
|
help
0
untitled
2
library(datasets) #Base de datos
16-09-2020ExPedro
ExDecaiEulerMin28-01-21
Correlation
gh
Análise de experimento em DIC e teste de Tukey
R multiplication
31-08-2020-Exemplo Ajuste