draw_polygons {geodrawr} | R Documentation |
Making polygons by clicks on the map
Description
This function run a Shiny application with map. You can shape your own geospatial polygon by clicks on the map and complete it with make button. If you click save button then your completed geospatial polygons will be saved as a RDS file.
Usage
draw_polygons()
Value
An object that represents the app. Printing the object or passing it to shiny::runApp() will run the app.
Examples
# Only run this example in interactive R sessions
if (interactive()) draw_polygons()
[Package geodrawr version 2.0.0 Index]