draw: draw Interactive Map

View source: R/03-interactiveMap.R

drawR Documentation

draw Interactive Map

Description

draw Interactive Map

Usage

draw(
  isoData,
  zoom = 5,
  type = "1",
  northArrow = FALSE,
  northArrowPosition = "bottomright",
  scale = FALSE,
  scalePosition = "topleft",
  center = NULL,
  bounds = NULL
)

Arguments

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)


Pandora-IsoMemo/iso-app documentation built on July 4, 2024, 7:07 p.m.