all_touching: Check all quadrats are touching each other

View source: R/utils.r

all_touchingR Documentation

Check all quadrats are touching each other

Description

Check all quadrats are touching each other

Usage

all_touching(..., corner = TRUE)

Arguments

...

quadrat codes.

corner

if TRUE, quadrats contiguous at their corners are also treated as contiguous. Defaults to TRUE.

Value

Returns TRUE if all specified quadrats are contiguous.


Marchen/r_ogawa documentation built on July 5, 2025, 6:29 a.m.