# snapbox **Repository Path**: youmigo/snapbox ## Basic Information - **Project Name**: snapbox - **Description**: 备份2020年12月30日 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-30 - **Last Updated**: 2020-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

release lifecycle build GitHub actions build status

snapbox

Static mapbox basemap for ggplot2.

## Installation ```r remotes::install_github("anthonynorth/snapbox") ``` ## Usage ```r 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) ```