ami_occurrences | R Documentation |
This dataset is simulated but contains realistic occurrences of AMI in NY City.
ami_occurrences
A data frame with 365 observations on the following variable.
Number of daily occurrences of heart attacks in NY City.
library(ggplot2)
ggplot(ami_occurrences, mapping = aes(x = ami)) +
geom_bar() +
labs(
x = "Acute Myocardial Infarction events",
y = "Count",
title = "Acute Myocardial Infarction events in NYC"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.