Learn R Programming

corona (version 0.3.0)

corona_citymap: 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

Run this code
# NOT RUN {
corona_citymap(cols=4); 

# }

Run the code above in your browser using DataLab