corona_citymap {corona}R Documentation

Plot citymapper data against COVID-19 diagnoses, over time

Description

Requires ggplot2, plyr and the data frames lock, owid, citymap. Multiple, select frames are plotted.

Usage

corona_citymap(pdf = FALSE, FewCities = NULL, cols = 4)

Arguments

pdf

= TRUE writes to PDF, default FALSE

FewCities

a c() list of city names from the city options. Default is all.

cols

Number of columns in output, default is 4

Examples

corona_citymap(cols=4); 


[Package corona version 0.3.0 Index]