notes on R
This commit is contained in:
parent
424094baa6
commit
0c3234c920
10
jupyter/r.md
Normal file
10
jupyter/r.md
Normal file
@ -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)
|
||||
) +
|
||||
```
|
Loading…
Reference in New Issue
Block a user