if (FALSE) {
# These examples demonstrate workflows with user's own spatial data
# Simple interactive point map
map <- create_interactive_map(study_sites, fill_variable = "ndvi_mean")
# Polygon map with custom basemap
map <- create_interactive_map(counties, fill_variable = "population",
basemap = "satellite")
}
Run the code above in your browser using DataLab