Open SimonDedman opened 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
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