Skip to content

Instantly share code, notes, and snippets.

View bnjcbsn's full-sized avatar

Ben Jacobson bnjcbsn

  • Saginaw, TX
View GitHub Profile
@hrbrmstr
hrbrmstr / us_states_hexgrid.geojson
Last active April 9, 2021 06:10
hexbin faceted choropleths in R
library(rgdal)
library(rgeos)
library(ggplot2)
library(readr)
library(tidyr)
library(dplyr)
library(grid)
us <- readOGR("us_states_hexgrid.geojson", "OGRGeoJSON")