Change the size of a plot when plotting multiple plots in R

前端 未结 2 703
自闭症患者
自闭症患者 2021-02-01 07:46

I want to know if there is a way to define the size of a plot in R, when you are plotting different plots using the par(mfrow=c()) function.

As a simple example take thi

2条回答
  •  囚心锁ツ
    2021-02-01 08:22

    another option would be to use ggarrange. the nice thing about it is that you can use ggarange not just on plots but also on "arranged" plots that you've created with ggarrange, which makes it easy to first arrange e.g. two smaller plots and then arrange them together with one bigger one.

提交回复
热议问题