zb_view | R Documentation |
This function opens an interactive map of the zones
zb_view(z, alpha = 0.4, palette = c("rings", "hcl", "dartboard"), title = NULL)
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 |
An interactive map created with 'tmap'
z = zb_zone(london_c(), london_a())
zb_view(z, palette = "rings")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.