build_delaunayn: Build Delaunay triangulation network

View source: R/scoloc.R

build_delaunaynR Documentation

Build Delaunay triangulation network

Description

Build Delaunay triangulation network

Usage

build_delaunayn(coord_df, return_name = T, dist_cutoff = NULL)

Arguments

coord_df

Coordinates df

return_name

Return edge list with names?

dist_cutoff

Remove edges with distance >= dist_cutoff

Value

Delaunay triangulation network edge list

Examples

test <- build_delaunayn(coord_df, return_name=T)

navinlabcode/CellTrek documentation built on April 15, 2022, 8:04 a.m.