SimonDedman / gbm.auto

Machine-learning Boosted Regression Tree software suite for species distribution modelling in R
https://doi.org/10.1371/journal.pone.0188955
Other
18 stars 6 forks source link

Auto: unrep exponential breaks for RSB legend #88

Open SimonDedman opened 11 months ago

SimonDedman commented 11 months ago

unrep exponential breaks for RSB legend: breaks = exp01seq gbm.auto L1847 linear01seq <- seq(from = 0, to = 1, length.out = 9) #linear sequence from 0:1, 9 bins exp01seq <- expm1(4*linear01seq)/expm1(4) # exponentiate to change shape then scale back to 1