Learn R Programming

deckgl (version 0.2.5)

deckgl: Create a deckgl widget

Description

Create a deckgl widget

Usage

deckgl(latitude = 37.8, longitude = -122.45, zoom = 12, pitch = 0,
  bearing = 0, initialViewState = NULL, views = NULL, width = NULL,
  height = NULL, elementId = NULL, ...)

Arguments

latitude

latitude of the initial view state

longitude

longitude of the initial view state

zoom

zoom of the initial view state

pitch

pitch of the initial view state

bearing

bearing of the initial view state

initialViewState

initial view state, if set, other view state arguments (longitude, latidude etc.) are ignored

views

a single View, or an array of View instances, if not supplied, a single MapView will be created

width

width of the widget

height

height of the widget

elementId

explicit element id (usually not needed)

...

optional properties passed to the deck instance

Value

deckgl widget

See Also

https://deck.gl/#/documentation/deckgl-api-reference/deck