Graphs a collection of spinners

many_spinner_plots(list_regions)

Arguments

list_regions

list of vectors of integer areas for the spins 1, 2, ...

Value

A ggplot2 object containing the spinner displays

Examples

regions1 <- c(1, 1, 1) regions2 <- c(2, 1, 2, 1) many_spinner_plots(list(regions1, regions2))