View source: R/mapping_functions.R
| map_clusters_plotly | R Documentation |
Internal helper used by map_clusters() when engine = "plotly".
The function takes prepared map data from prepare_map_data() and
returns an interactive plotly map. Polygon outlines and cluster fills
are drawn as scatter traces, while hover labels are provided by a separate
invisible point layer generated from the representative point data.
map_clusters_plotly(md)
md |
named list as returned by |
A plotly htmlwidget object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.