Learn R Programming

redist (version 3.0.1)

preproc.adj: Preprocess adjacency arguments

Description

Preprocess adjacency arguments

Usage

preproc.adj(shp, adj)

Arguments

shp

sf or SpatialPolygonsDataFrame

adj

adjacency list for shp

Value

adjacency list

Examples

Run this code
# NOT RUN {
data("fl25")
preproc.adj(fl25,NULL)
# }

Run the code above in your browser using DataLab