【发布时间】:2019-01-27 13:06:26
【问题描述】:
我使用 sjPlot 包和以下命令绘制了这个图:
plot_model(fit, type = "pred", terms = c("degree_of_urbanization", "language"), dot.size = 2) + labs(y = "NEFI Overall Score", x = "Degree of urbanization", title = "Predicted values of NEFI Overall Score")
如何更改这些线之间的距离。它们太近了,我不想让我的情节更宽。
【问题讨论】:
标签: sjplot