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"
)
Run the code above in your browser using DataLab