在网格中排列露天地块

问题描述

我想将通过 openair生成的一系列绘图排列在网格中。以下是来自 openair book

的示例
library(openair)
polarPlot(mydata,poll = "so2",stati = "cpf",percentile = c(0,10))
polarPlot(mydata,percentile = c(10,20))
polarPlot(mydata,percentile = c(20,30))
polarPlot(mydata,percentile = c(30,40))
polarPlot(mydata,percentile = c(40,50))
polarPlot(mydata,percentile = c(50,60))
polarPlot(mydata,percentile = c(60,70))
polarPlot(mydata,percentile = c(70,80))
polarPlot(mydata,percentile = c(80,90))
polarPlot(mydata,percentile = c(90,100))

我尝试了 par(mfrow=c(5,5))gridExtra::grid.arrange(plot1,plot2,...)。它们都不起作用。我注意到在 bookdown book code 中,图很好地排列在网格中。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)