ww_make_polygon_neighbors {waywiser} | R Documentation |
Make 'nb' objects from polygon geometries
Description
This function is an extremely thin wrapper around spdep::poly2nb()
,
renamed to use the waywiser "ww" prefix.
Usage
ww_make_polygon_neighbors(data, ...)
Arguments
data |
An |
... |
Additional arguments passed to |
Details
These functions can be used for geographic or projected coordinate reference systems and expect 2D data.
Value
An object of class "nb"
Examples
ww_make_polygon_neighbors(guerry)
[Package waywiser version 0.6.0 Index]