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: Bin & Gaus Bars compress at top #1

Closed SimonDedman closed 6 years ago

SimonDedman commented 6 years ago

Bin & Gaus Bars compress at top, top line text gets cut off, need to fix.

SimonDedman commented 6 years ago

L639:676 par(mar = c(2.5,0.3,0,0.5) : no margin at the top (L B T R) could just increase png(height ? = no just spreads the existing plot out higher.

ylim = c(0, length(Bin_Bars[,2])), # fixes it for n=10 bars FIXED