guess_network

guess_network(info)

Arguments

info:

the first two columns should be [i, contains]

References

https://stackoverflow.com/questions/25130462/get-disjoint-sets-from-a-list-in-r

Examples

if (FALSE) { # \dontrun{
info = shp_contains(shp)
l_net = guess_networ(info)
} # }