Description Usage Arguments Examples
View source: R/ageGroupAnalysis.R
Plots age-stratified plot of the ratio of incidence to mortality. For one specific state or all states aggregated.
1 | plotAgMortPerInc(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')
plotAgMortPerInc(df=df,fstate='SL')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.