example <- paste0(
  rprojroot::find_package_root_file(),
  "/inst/examples/deckgl-api-reference/screen-grid-layer.R"
)
do.call(knitr::read_chunk, list(path = example))

The ScreenGridLayer takes in an array of latitude and longitude coordinated points, aggregates them into histogram bins and renders as a grid.


See also deckgl-api-reference-screen-grid-layer



crazycapivara/deckgl documentation built on March 29, 2023, 4:10 a.m.