Description Usage Arguments Value Examples
View source: R/mermaid_map_sites_static.R
Get latitude and longitude bounds from a static map
1 |
map |
A static map produced from |
A list of length two containing the longitude and latitude bounds of a map.
1 2 3 4 5 | library(mermaidr)
sample_events <- mermaid_search_projects(name = "XPDC Kei Kecil 2018") %>%
mermaid_get_project_data("fishbelt", "sampleevents", limit = 25)
p <- mermaid_map_sites_static(sample_events)
mermaid_static_map_bounds(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.