Description Usage Arguments Examples
View source: R/ageGroupAnalysis.R
Plots age-stratified plot, both incidence and mortality rates. For one specific state or all states aggregated.
1 | plotAgGrid(df, fstate)
|
df |
the cleaned dataframe, for example from the provided list cancerData |
fstate |
specify federalstate, two-letters abbrevations, see variable states |
1 2 3 4 | prostateDf <- cancerData[['prostate']][[1]]
prostateDf <- removeNans(prostateDf)
df <- prepareData(df=prostateDf,fstate='SL')
plotAgGrid(df=df,fstate='SL')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.