dlab-berkeley / R-Data-Visualization-Legacy

D-Lab's 3 hour introduction to data visualization with R. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more using ggplot2 and cowplot.
28 stars 20 forks source link

Exporting #33

Closed CheFusi closed 2 years ago

CheFusi commented 2 years ago

In the exporting section, the 'compound.pdf' plot saves in the 'lessons' subfolder. This isn't too apparent when going through the lesson because the instructor has to find the file and there is not an explicit, apparent way to see that it's there/where it saves. It makes sense that it saves in the same folder as the rmd file we are working with - but maybe just a comment to make this apparent.