random.subgraph
returns a random subset of the shp provided
redist.random.subgraph(shp, n, adj = NULL)
sf object or SpatialPolygonsDataFrame
number of edges to sample. n must be a positive integer.
Optional. zero indexed adjacency list.
sf dataframe with n rows
Snowball sampling with backtracking