Description Usage Arguments Value Warning See Also Examples
View source: R/population_density.R
This function can be used to analyze the relation between the population density and average incidence over the pandemic. The user can specify, which districts to analyze.
1 | get_pop_density_with_sti(regions = "all")
|
regions |
A vector of district IDs or district names, which will be analyzed. |
A tibble which contains the average STI over the pandemic with the population density of the district
When calling this function with the paramater "all" (the default paramater), the results may take a while, because this is a very expensive computation.
Other population density and STI:
plot_pop_density_with_linear_model()
1 | get_pop_density_with_sti(regions=c(8221, "Mannheim"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.