zb_view {zonebuilder} | R Documentation |
View zones
Description
This function opens an interactive map of the zones
Usage
zb_view(z, alpha = 0.4, palette = c("rings", "hcl", "dartboard"), title = NULL)
Arguments
z |
An 'sf' object containing zones covering the region |
alpha |
Alpha transparency, number between 0 (fully transparent) and 1 (not transparent) |
palette |
Palette type, one of |
title |
The title of the plot |
Value
An interactive map created with 'tmap'
Examples
z = zb_zone(london_c(), london_a())
zb_view(z, palette = "rings")
[Package zonebuilder version 0.0.2 Index]