tessellate: Create a tessellatation for a given set of points

Description Usage Arguments Details Value Examples

View source: R/tessellate.R

Description

Creates a tessellatation for a given set of points (wrapper for deldir)

Usage

1

Arguments

points

A data frame with point x and y coordinates

Details

A simple wrapper for deldir::deldir()

Value

A data frame with segment x, y, xend and yend coorindates

Examples

1
data.frame(x = runif(10), y = runif(10)) %>% tessellate()

marcusvolz/mathart documentation built on May 24, 2021, 4:16 p.m.