Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Ggplot
#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(binwidth=.05)
run
|
edit
|
history
|
help
0
Linear Regression and log-log Transformation
Example: From 'The R Book' 2nd ed. ~ 2.3.2 Generating Factor Levels...
Plot Graph By Adjacency Matrix
4
21-09-2020Intpoli
Football weights
Exp 2
PROJECT 1:- R AS A CALCULATOR
Aula 16 agosto 2019
Paired t-test [Shear Strength of Girder]