Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Simple Examples in ggplot2
library(ggplot2) head(mpg) ggplot(mpg, aes(hwy, cty)) + geom_point(aes(color = cyl)) + geom_smooth(method ="lm") + coord_cartesian() + scale_color_gradient() + theme_bw() qplot(x = cty, y = hwy, color = cyl, data = mpg, geom = "point")
run
|
edit
|
history
|
help
0
23-09-2020InterpolaçãoNewtonform
juntar dos filas de data frame h
Correlation
26-08-2020AjusteCurvab
Zerlina L Bi-variate Regression
Hiring Discrimination
voke
survey histograms stats and fats
10-08-2020CalcuNum
Área de parábolas via séries de Arquimedes e Cálculo