Skip to content

Instantly share code, notes, and snippets.

View Archaeo-Programmer's full-sized avatar

Andrew Gillreath-Brown Archaeo-Programmer

View GitHub Profile
@dirkseidensticker
dirkseidensticker / dem-hillshade.R
Last active November 22, 2021 21:40
hillshaded maps with R/ggplot + ggnewscale
library(elevatr)
library(ggplot2)
library(raster)
library(rgdal)
library(rnaturalearth)
library(sp)
library(sf)
#library(devtools)
#devtools::install_github("eliocamp/ggnewscale")