categories
# Ranked bar plot of species frequencies
ranked_barplot(categories, "animal")
# Centered bar plot (most frequent in the center)
centered_barplot(categories, "animal")
# Centered dot plot with theoretical shape overlays
shape_comp_plot(categories, "animal")
Run the code above in your browser using DataLab