st_check_islands {sfislands}R Documentation

Examine contiguity actions which have been performed on islands by 'st_bridges()'

Description

Examine contiguity actions which have been performed on islands by 'st_bridges()'

Usage

st_check_islands(data)

Arguments

data

an 'sf' dataframe with a neighbourhood column called '"nb"' such as the output of 'st_bridges()'.

Value

A dataframe reporting non-contiguous connections made by 'st_bridges()'.

Examples

st_bridges(uk_election,"constituency_name") |>
st_check_islands()

[Package sfislands version 1.0.0 Index]