R/plot_seer_trend.R
plot_seer_trend.Rd
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"
)
a data.frame like that obtained with `data(SEER_2018)`
character(1) cancer site name as used by SEER, possible choices are `"Lung and Bronchus", "Pancreas", "Leukemia", "Kidney and Renal Pelvis"`
character(1) either "Male" or "Female"
character(1) can be "All Races", or "White", or "Black"
data(SEER_2018)
plot_seer_trend(SEER_2018, site.name = "Kidney and Renal Pelvis")