crimes: Crimes in the US since 1960

Description Usage Format Examples

Description

where does this dataset come from?

Usage

1

Format

data frame of seven variables and about 23k rows:

Examples

1
2
3
4
library(magrittr)
crimes %>% dplyr::filter(Type=="Murder") %>%
  ggplot(aes(x = Year, y = Number/Population)) +
    geom_line(aes(group = State))

heike/ggmapr documentation built on May 17, 2019, 3:23 p.m.