categories4
# Centered dot plot showing a structured (normal-like) pattern
shape_comp_plot(categories4, "animal")
# Pareto chart showing dominance without a strong long tail
pareto(categories4, "animal")
# Ranked and centered bar plots
ranked_barplot(categories4, "animal")
centered_barplot(categories4, "animal")
Run the code above in your browser using DataLab