geo_sort {geomander} | R Documentation |
Sort Precincts
Description
Reorders precincts by distance from the NW corner of the bounding box.
Usage
geo_sort(shp, epsg = 3857)
Arguments
shp |
sf dataframe, required. |
epsg |
numeric EPSG code to planarize to. Default is 3857. |
Value
sf dataframe
Examples
data(checkerboard)
geo_sort(checkerboard)
[Package geomander version 2.3.0 Index]