Simon Dedman
Simon Dedman
[Augustin Narrownose BRT tweaks.zip](https://github.com/SimonDedman/gbm.auto/files/14107140/Augustin.Narrownose.BRT.tweaks.zip) Enjoy!
Could instead have option to include multiple grids objects. grids = gridsspring length(grids) = 1 grids = c(gridsspring, gridsautumn) length(grids) = 2 if(length(grids) > 1) {} Make the prediction section...
1. Run gbm.auto as normal for first grids. 2. Setwd to next grids folder 3. Run second gbm.auto with loadgbm pointed to first gbm.auto run folder. L876 loadgbm inserted. Does...
Could as well allow multiple grids entries, so when gbm.auto gets to the predict stage, if there are >1 grids objects, it loops through them. Likely a ballache....
@2023-05-18 L824 & 884 `abline(h = 0) # https://github.com/SimonDedman/gbm.auto/issues/7` check `col` `lty` `lwd`
not working for some reason, dismo weirdness? see [this](https://github.com/rspatial/dismo/issues/41).
if making my own gbm.plot.sd, also see [this](https://github.com/rspatial/dismo/issues/22)
Could also add a vertical abline(s) where the data crosses the 0 lines?
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?