Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
707 views
in Technique[技术] by (71.8m points)

plot - Scaling axes in plot_summs function in R

This is my code:


plot_summs(est,est2,est3,est4,est5,est6,est7,scale = TRUE,
coefs = c('Aid Concentration'='Aid_Conc'), model.names=c('Mean','Mean + 0.05 SD','Mean + 0.1 SD','Mean + 0.15 SD','Mean - 0.05 SD',
                'Mean - 0.1 SD','Mean - 0.15 SD'))

And this is the plot:

plot1

The problem is, the range in X too large to be interpretable. I would rather have it between -50,50 or -30,30. How can I do that?

question from:https://stackoverflow.com/questions/65951895/scaling-axes-in-plot-summs-function-in-r

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...