From fe44517eadd571fbf577dc7a3486fd22cb2fc891 Mon Sep 17 00:00:00 2001 From: Jason Cory Brunson Date: Tue, 3 Sep 2019 07:43:01 -0400 Subject: [PATCH] header typo in order-rectangles vignette --- vignettes/order-rectangles.rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vignettes/order-rectangles.rmd b/vignettes/order-rectangles.rmd index b05be2b7..9c85a9e9 100644 --- a/vignettes/order-rectangles.rmd +++ b/vignettes/order-rectangles.rmd @@ -239,7 +239,8 @@ ggplot(toy, aes(x = collection, stratum = category, alluvium = subject)) + stat_stratum(geom = "text", aes(label = category)) ``` -Within each stratum at each axis, the cases are now in order from bottom to top. +Within each stratum at each axis, the cases are now in order from bottom to top. + ## More examples More examples of all of the functionality showcased here can be found in the documentation for the `stat_*()` functions, [browsable on the package website](http://corybrunson.github.io/ggalluvial/reference/index.html).