make_pair: make interactive beeswarm or box plots for all cancer...

View source: R/viz.R

make_pairR Documentation

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

Description

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

Usage

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)

vjcitn/YESCDS documentation built on April 16, 2024, 1:03 p.m.