Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Monte Carlo Integration
YD
Desktop-Sprite-image-Interval
Exintegral-19-03-2021
Sierpinski curve
Carr Madan formula for Laplace distribution
Call option formula for Geometric Laplace distributed stock
AjusteNaoLinear11-02-21
10-08-2020Exe
jcruet_bi variate r regression
Please log in to post a comment.