geom_mapbox_water: Adds a water layer for the map

View source: R/mapbox_vetor_tiles.R

geom_mapbox_waterR Documentation

Adds a water layer for the map

Description

Adds a water layer for the map

Usage

geom_mapbox_water(
  ...,
  fill = "lightblue",
  width = 0,
  zoom = NULL,
  max_tiles = 5,
  transform = function(d) d
)

Arguments

...

extra arguments

fill

fill for the water featuers, default is 'lightblue'

width

width of outline

zoom

optional, zoom level for tiles

max_tiles

Maximum number of tiles to query, overrides desired zoom level.

transform

transform function to apply to the vector tile data

Value

a geom_sf object with the layer


mountainMath/mountainmathHelpers documentation built on Nov. 14, 2022, 2:56 a.m.