plot_geographical: Plot Cloropleth Map of Covid Data

Description Usage Arguments Value Examples

View source: R/plot_geographical.R

Description

Plot Cloropleth Map of Covid Data

Usage

1
plot_geographical(covid_df, metric)

Arguments

covid_df

dataframe containing covid data to plot

metric

unquoted column name of a quantitative variable to plot

Value

plot object of cloropleth map

Examples

1
2
covid_df <- get_covid_data()
plot_geographical(covid_df, cases)

UBC-MDS/Group28-CovidTracker-R documentation built on Feb. 6, 2022, 7 a.m.