datacarpentry / R-ecology-lesson

Data Analysis and Visualization in R for Ecologists
https://datacarpentry.org/R-ecology-lesson/
Other
314 stars 508 forks source link

Fix Exporting plots code #741

Closed Teebusch closed 3 years ago

Teebusch commented 3 years ago

Closes #738

There was leftover code from previous version, using grid.arrange() to combine plots. This has now been replaced with patchwork syntax. I've also modified the exported plot and renamed variables in the section on patchwork, so that the two sections are more consistent.

fmichonneau commented 3 years ago

Thanks @Teebusch!