addTitle: addTitle

addTitleR Documentation

addTitle

Description

addTitle

Usage

addTitle(
  map_object,
  title,
  group = "Title",
  opacity = 1,
  size = "16px",
  align = "center",
  style = list(opacity = "{opacity}", `font-size` = "{size}", `text-align` = "{align}",
    `background-color` = "white", position = "fixed !important", bottom = "0%", left =
    "0%", width = "100%", padding = "0", margin = "0", `padding-top` = "6px",
    `padding-bottom` = "6px", `font-weight` = "normal"),
  position = "topleft",
  ...
)

Arguments

map_object

leaflet map

title

character

size

character

position

character

Value

modified leaflet map


BAAQMD/lltools documentation built on June 28, 2022, 12:31 a.m.