| make_pair | R Documentation | 
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
)
| 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 | 
data(woncan)
make_hist(rate_table=woncan)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.