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
Stock Data - Basics
Fractal Fourier
14-09-2020QRajustelinear
MAX
AjusteNaoLinear11-02-21
Example: From 'The R Book' 2nd ed. ~ 2.3.2 Generating Factor Levels...
ECO Stat
Chev-nodes
Call option formula for Geometric Laplace distributed stock
5 # SUMMARY PART A