This package contains two shapefiles provided by the MN Pollution Control Agency:
ej_areas
(blue below): Census Tract polygons and deomgraphic data for areas that meet MPCA's Environmental Justice criteria.
tribal_areas
(purple below): Areas and names of Tribal Nations and communities neighboring Minnesota.
To install mpcaej
from github:
# First install the 'devtools' package library(devtools) # Install the development version from GitHub remotes::install_github("MPCA-data/mpcaej")
To load the shapefiles into your workspace:
library(mpcaej) # Census Tract information ej <- get_ej_areas() # Tribal area polygons tribal_areas <- get_tribal_areas()
map_ej()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.