Faceting and Reordering with ggplot2

Faceting and reordering: reorder_within() tidytext

Faceting is a great data visualization technique that uses “small multiples” i.e. the use of same type of plots multiple times in a panel. Each “small multiple” is a same type of plot but for a different group or category in the data. ggplot2 makes it really easy to make such “small multiples” with faceting.… Continue reading Faceting and Reordering with ggplot2