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

Auto: lineplot add 0 line

Open SimonDedman opened this issue 7 years ago • 5 comments

individual line plots: add a horizontal line at 0 to visually split pos & neg absolute values of marginal effect? currently Y scale tied to values, which gives impression that max marginal effect is 'big' but all might be tiny option to ALSO plot in log scale +/- with coloured shaded areas for rule-of-thumb better to worse? More to less?

SimonDedman avatar Mar 02 '18 18:03 SimonDedman

@2023-05-18 L824 & 884 abline(h = 0) # https://github.com/SimonDedman/gbm.auto/issues/7 check col lty lwd

SimonDedman avatar May 18 '23 17:05 SimonDedman

not working for some reason, dismo weirdness? see this.

SimonDedman avatar May 18 '23 20:05 SimonDedman

if making my own gbm.plot.sd, also see this

SimonDedman avatar May 18 '23 20:05 SimonDedman

Could also add a vertical abline(s) where the data crosses the 0 lines?

SimonDedman avatar May 19 '23 21:05 SimonDedman

Could get around the issue by (optionally) adding an additional series of data ranging from min to max x, with all y's as 0, then plotting that?

SimonDedman avatar Aug 02 '23 16:08 SimonDedman