Plotting over multiple pages

后端 未结 2 1218
别跟我提以往
别跟我提以往 2020-11-27 17:55

I\'m trying to write a function that plots a ggplot facet_wrap plot over multiple pages. It\'s just a hack, as this feature seems to be on the ggplot2 feature t

2条回答
  •  一整个雨季
    2020-11-27 18:18

    I think the problem is that you need print() around your last line (p+ ...) to get it to actually print to the device inside the for loop . . .

提交回复
热议问题