make interactive beeswarm or box plots for all cancer incidence rates in two areas

make_pair(
  MSA1 = "Baton Rouge, LA",
  MSA2 = "Tucson, AZ",
  type = "boxplot",
  rate_table
)

Arguments

MSA1

character(1) element of column 'MSA' that must be present in `rate_table`

MSA2

character(1) element of column 'MSA' that must be present in `rate_table`

type

character(1) either "boxplot" or "beeswarm"

rate_table

data.frame like `woncan` in YESCDS or BiocYES

Examples

data(woncan)
make_hist(rate_table=woncan)