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

The ScatterplotLayer takes in paired latitude and longitude coordinated points and renders them as circles with a certain radius.


See also deckgl-api-reference-scatterplot-layer



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