From 691361185584a1564ef627eda5e1241329f63d4e Mon Sep 17 00:00:00 2001 From: hadley Date: Mon, 3 Oct 2016 07:43:40 -0500 Subject: [PATCH] Fix typo Closes #428 --- visualize.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualize.Rmd b/visualize.Rmd index 2266d08..2a112ef 100644 --- a/visualize.Rmd +++ b/visualize.Rmd @@ -582,7 +582,7 @@ The stacking is performed automatically by the __position adjustment__ specified The identity position adjustment is more useful for 2d geoms, like points, where it is the default. -* `position = "fill"` work like stacking, but makes each set of stacked bars +* `position = "fill"` works like stacking, but makes each set of stacked bars the same height. This makes it easier to compare proportions across groups.