diff --git a/jupyter/r.md b/jupyter/r.md new file mode 100644 index 0000000..3153ff1 --- /dev/null +++ b/jupyter/r.md @@ -0,0 +1,10 @@ +using grid.arrange +https://cran.r-project.org/web/packages/gridExtra/vignettes/arrangeGrob.html + +set and mirror axis limits: +``` +scale_y_continuous( + breaks=seq(glob$PriceMin, glob$PriceMax, round(glob$StdDev * .5,2)), + limits = c(glob$PriceMin, glob$PriceMax) + ) + +``` \ No newline at end of file