tomwenseleers / export

R package for streamlined export of graphs and data tables.
192 stars 35 forks source link

Will graph2ppt support multiple plots exporting to powerpoint in the future? #18

Closed ZWanBing closed 4 years ago

ZWanBing commented 4 years ago

Hi!Thank you so much for writing this amazing package. Is it possible that graph2ppt will support multiple plots exporting to powerpoint in the future?

tomwenseleers commented 4 years ago

You can do this with graph2ppt using the append=TRUE option, right? In that case all the plots will be appended as extra slides in your PPT. Or do you mean exporting multiple plots on one slide? In that case you have to arrange your plots first on one page before exporting (using mfrow(...) for base R plots or grid.arrange for ggplot2 plots).