datamaps: Initiate map

Description Usage Arguments Examples

Description

Setup a datamaps chart.

Usage

1
2
3
datamaps(data, scope = "world", default = "#ABDDA4",
  projection = "equirectangular", responsive = TRUE, width = "100%",
  height = "100%", elementId = NULL)

Arguments

data

data.frame.

scope

map scope.

default

default color for missing values.

projection

map projection.

responsive

whether for map to be responsive.

width, height

Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

elementId

DOM id.

Examples

1
2
datamaps(projection = "orthographic") %>%
  add_graticule()

datamaps documentation built on May 2, 2019, 1:09 p.m.