Skip to content

Commit

Permalink
header typo in order-rectangles vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
corybrunson committed Sep 3, 2019
1 parent 454810a commit fe44517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/order-rectangles.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit fe44517

Please sign in to comment.