if (FALSE) {
# These examples require external data files not included with the package
# Simple point map
create_spatial_map(study_sites, fill_variable = "ndvi_mean")
# Raster map with region boundary
create_spatial_map(ndvi_raster, region_boundary = "Ohio",
color_scheme = "ndvi")
# Interactive map (if leaflet available)
create_spatial_map(counties, fill_variable = "population",
interactive = TRUE)
}
Run the code above in your browser using DataLab