View source: R/plot_seer_trend.R
plot_seer_trend | R Documentation |
plot the rate statistics over time for selected cancer sites and subgroups
plot_seer_trend(
tab,
site.name = "Lung and Bronchus",
gender = "Male",
race = "All Races"
)
tab |
a data.frame like that obtained with 'data(SEER_2018)' |
site.name |
character(1) cancer site name as used by SEER, possible choices are '"Lung and Bronchus", "Pancreas", "Leukemia", "Kidney and Renal Pelvis"' |
gender |
character(1) either "Male" or "Female" |
race |
character(1) can be "All Races", or "White", or "Black" |
data(SEER_2018)
plot_seer_trend(SEER_2018, site.name = "Kidney and Renal Pelvis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.