powered by
Ultra-simple function for quick spatial mapping. Auto-detects data type and creates appropriate map.
quick_map(spatial_data, variable = NULL, title = NULL, ...)
Map object
Any spatial data
Variable to visualize (optional, auto-detected)
Map title (optional)
Additional arguments passed to create_spatial_map
if (FALSE) { # These examples require external data files not included with the package quick_map("data.shp") quick_map(my_raster) quick_map(points_data, interactive = TRUE) }
Run the code above in your browser using DataLab