View source: R/03-interactiveMap.R
draw | R Documentation |
draw Interactive Map
draw(
isoData,
zoom = 5,
type = "1",
northArrow = FALSE,
northArrowPosition = "bottomright",
scale = FALSE,
scalePosition = "topleft",
center = NULL,
bounds = NULL
)
isoData |
isoData data |
zoom |
zoom |
type |
map type |
northArrow |
show north arrow? |
northArrowPosition |
position of north arrow |
scale |
show scale? |
scalePosition |
position of scale |
center |
where to center map (list of lat and lng) |
bounds |
map bounds (list of north, south, east, west) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.