many_spinner_plots: Graphs a collection of spinners

Description Usage Arguments Value Author(s) Examples

View source: R/many_spinner_plots.R

Description

Graphs a collection of spinners

Usage

1
  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

Author(s)

Jim Albert

Examples

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

TeachBayes documentation built on May 1, 2019, 9:17 p.m.