Losing icons: Disappearing glaciers of Glacier National Park, MT (1966 - 2015)
Author
Allison Horst
Published
March 11, 2022
Overview
Data visualization - glaciers at Glacier National Park (1966, 1998, 2005, and 2005).
Data: Fagre, D.B., McKeon, L.A., Dick, K.A., and Fountain, A.G., 2017, Glacier margin time series (1966, 1998, 2005, 2015) of the named glaciers of Glacier National Park, MT, USA: U.S. Geological Survey data release, https://doi.org/10.5066/F7P26WB1.
Attach libraries:
Code
library(tidyverse)library(sf)library(here)library(cowplot) # For the plot gridlibrary(janitor) # For cleaning nameslibrary(showtext) # For font changeslibrary(ggforce) # For geom_circle() in keylibrary(grid) # Add line segments for key# Import fontfont_add_google(name ="Overpass", family ="overpass") # add custom fontsfont_add_google(name ="Nixie One", family ="nixie")showtext_auto()