corybrunson / ggalluvial

ggplot2 extension for alluvial plots
http://corybrunson.github.io/ggalluvial/
GNU General Public License v3.0
497 stars 34 forks source link

add labeling examples using **ggrepel** and **ggfittext** #21

Closed corybrunson closed 6 years ago

corybrunson commented 6 years ago

Description

Strata are often too small for their associated labels. The ggrepel and ggfittext packages can often address the problem, but they should not be dependencies of ggalluvial.

Solution

Use the same method as for babynames: Write examples that use ggrepel and ggfittext and include them in the documentation as dontrun{}s, and add both as Suggests.

Motivation

This issue was raised recently at StackOverflow.