ww_make_polygon_neighbors function

Make 'nb' objects from polygon geometries

Make 'nb' objects from polygon geometries

This function is an extremely thin wrapper around spdep::poly2nb(), renamed to use the waywiser "ww" prefix.

ww_make_polygon_neighbors(data, ...)

Arguments

  • data: An sfc_POLYGON or sfc_MULTIPOLYGON object.
  • ...: Additional arguments passed to spdep::poly2nb().

Returns

An object of class "nb"

Details

These functions can be used for geographic or projected coordinate reference systems and expect 2D data.

Examples

ww_make_polygon_neighbors(guerry)