gbm.plot function: How can I insert a scale break in one of the plot charts

不想你离开。 提交于 2021-01-29 14:24:28

问题


I wish I could insert a scale break in my depth chart so that I can better visualize the variation within the data. I have some very extreme points (between 1000 and 4000 m), they are not the majority but they are preventing me from properly viewing the other values, closer to zero. I'm having a hard time inserting individual changes for each chart.

Im using the dismo package.

gbm.plot(ina, n.plots= 3, y.label= "fitted function", 
     x.label= "", write.title= FALSE, common.scale= FALSE,
     cex.axis= 0.6, cex.lab= 1, ann = TRUE, las = 2,  smooth= TRUE, 
     show.contrib= FALSE, plot.layout=c(1,3))

enter image description here

来源:https://stackoverflow.com/questions/62492653/gbm-plot-function-how-can-i-insert-a-scale-break-in-one-of-the-plot-charts

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!