| make_hist | R Documentation | 
make an interactive histogram for a given cancer site, based on a rate table
make_hist(site = "Prostate", binwidth = 5, rate_table)
| site | character(1) element of column 'Cancer Sites' that must be present in 'rate_table' | 
| binwidth | numeric(1) passed to 'ggplot2::geom_histogram' | 
| 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.