st_nb_lag_cumul: Encompassing Higher Order Neighbors

View source: R/st_neighbors.R

st_nb_lag_cumulR Documentation

Encompassing Higher Order Neighbors

Description

Creates an encompassing neighbor list of the order specified. For example, if the order is 2 the result contains both 1st and 2nd order neighbors.

Usage

st_nb_lag_cumul(nb, order)

Arguments

nb

A neighbor list object as created by st_contiguity().

order

The order of neighbors.

See Also

Other other: categorize_lisa(), st_cardinalties(), st_nb_lag()


JosiahParry/sfweight documentation built on April 4, 2022, 1:52 a.m.