Description Usage Arguments Value Examples
View source: R/histogramModule.R
prepares data frame for histogram plotting. Selects only complete data and then sums over agegroups. Returns df with federal state, incidence, mortality, population, and two columns for coloring in histogram
1 |
df |
dataframe |
dataframe ready for plotting
1 2 3 | prostate <- removeNans(cancerData[['prostate']][[1]])
data <- tweakHistogramData(prostate)
histogramPlotter(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.