## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(nomiShape)

## ----ranked-barplot-example---------------------------------------------------
# Example usage of ranked_barplot
ranked_barplot(categories, "animal")

