gbm.auto icon indicating copy to clipboard operation
gbm.auto copied to clipboard

Auto: unrep exponential breaks for RSB legend

Open SimonDedman opened this issue 2 years ago • 0 comments

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

SimonDedman avatar Dec 18 '23 21:12 SimonDedman