Description Usage Arguments Value Examples
View source: R/plot_geographical.R
Plot Cloropleth Map of Covid Data
1 | plot_geographical(covid_df, metric)
|
covid_df |
dataframe containing covid data to plot |
metric |
unquoted column name of a quantitative variable to plot |
plot object of cloropleth map
1 2 | covid_df <- get_covid_data()
plot_geographical(covid_df, cases)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.