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
AjusteNaoLinear11-02-21
Grafico
BoxPlot_Anomaly
Teste
AED 6
Tablet-Sprite-image-Interval
Random forest example
R
mywall
Multinomial Logistic Regression Sample