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: title plots #9

Closed SimonDedman closed 1 year ago

SimonDedman commented 6 years ago

Add titles to plots: Bars: currently: labels = rev(Bin_Bars[,1]). Swap with character vector entry or change style to de2017importance fig4 style: lines with dot ends (lend=0)?

dotplots: more difficult, labels with expvar as default, few parameter options. Would have to set v=variablename for each variable, plot separately, add mtext etc. Rarely use dotplots, leave for now.

SimonDedman commented 2 years ago

Factorial variables: lineplots are boxplots but just the mean is given. In the dotplot matrix, a proper boxplot is given. Use that code.

SimonDedman commented 1 year ago

don't do this: plots don't have titles in publications so users would have to remove them