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
Ggplot
ExDecaiEulerMin28-01-21
Grade.r
data frame
AjusteNaoLinear11-02-21
test
Linear regression Model [Empirical Models]
Example R Code
Dasi
,k