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

PR to clarify las parameter #26

Closed asteves closed 2 years ago

asteves commented 2 years ago

This PR provides additional documentation on the las parameter defined in the histogram call of the histogram_customize chunk.

Closes #24