deck.gl widget for R.
# install latest release
remotes::install_github("qfes/rdeck@*release")
# or install development version
remotes::install_github("qfes/rdeck")
A Mapbox account and
mapbox access token
is required for Mapbox basemaps, with or without the Mapbox data service.
See mapbox_access_token
for usage.
{rdeck}
draws much inspiration from kepler.gl
and
{mapdeck}
. {rdeck}
's design choices make it convenient
for use in static reports, and certain Shiny usecases that are highly performant.
Some notable differences to {mapdeck}
:
{rmarkdown}
HTML reports made with {rdeck}
are typically an order of magnitude smaller in file size than {mapdeck}
. Thanks to:
{ggplot2}
style scale_
functions that perform common layer data transformations and automatically generate legends with appropriate untransformed tick marks.
scale_color_power
, scale_color_log
etc.{mapdeck}
at present.