Description Usage Arguments Examples
Display the map.
1 | DisplayMap(map)
|
map |
a map |
1 2 3 4 5 6 7 8 9 | # Test data frame
# testDF <- data.frame(lat=c(48.8,48.9,48.8),
# lng=c(2.3,2.2,2.4))
# Create a map
# map <- leaflet(testDF)
# Display the map
# DisplayMap(map)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.