diff --git a/communicate-plots.Rmd b/communicate-plots.Rmd index 496966f..10742c8 100644 --- a/communicate-plots.Rmd +++ b/communicate-plots.Rmd @@ -535,7 +535,7 @@ I only ever use three of the five options: * To put multiple plots in a single row I set the `out.width` to `50%` for two plots, `33%` for 3 plots, or `25%` to 4 plots, and set - fig.align = "default"`. Depending on what I'm trying to illustrate (e.g. + `fig.align = "default"`. Depending on what I'm trying to illustrate (e.g. show data or show plot variations), I'll also tweak `fig.width`, as discussed below.