From 8c48a2981ac16a6155c83ae2860dee8cf8771cb6 Mon Sep 17 00:00:00 2001 From: Thomas Klebel Date: Fri, 19 Aug 2016 15:28:26 +0200 Subject: [PATCH] fix code formatting (#287) --- communicate-plots.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.