Skip to content

anthonynorth/snapbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release lifecycle build GitHub actions build status

snapbox

Static mapbox basemap for ggplot2.

Installation

remotes::install_github("anthonynorth/snapbox")

Usage

library(sf)
library(ggplot2)
library(snapbox)

area <- st_bbox(
  c(xmin = 147, ymin = -43, xmax = 147.7, ymax = -42.65),
  crs = 4326
)

ggplot() +
  layer_mapbox(area, scale_ratio = 0.5)

About

Static mapbox basemap for ggplot2.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages