Learn R Programming

dslabs (version 0.8.0)

pr_death_counts: Puerto Rico daily mortality

Description

A data frame with Puerto Rico daily mortality counts 2015 to May 2018. This includes the day hurricanes Maria made 2017-09-20.

Usage

pr_death_counts

Arguments

Format

An object of class data.frame.

Details

  • date. Date of the count.

  • deaths. Number of deaths reported that day.

Examples

Run this code

with(pr_death_counts, plot(date, deaths))

Run the code above in your browser using DataLab