This function opens an interactive map of the zones
zb_view(z, alpha = 0.4, palette = c("rings", "hcl", "dartboard"), title = NULL)
An `sf` object containing zones covering the region
Alpha transparency, number between 0 (fully transparent) and 1 (not transparent)
Palette type, one of "hcl"
(a palette based on the HCL color space), "rings"
(a palette which colors the rings using the YlOrBr color brewer palette), "dartboard"
(a palette which resembles a dartboard)
The title of the plot
An interactive map created with `tmap`