lines_to_cells: Convert Lines To Cells

Description Usage Arguments Value

Description

Convert Lines To Cells

Usage

1
lines_to_cells(lines, tol_x = 5, tol_y = tol_x, plot = FALSE)

Arguments

lines

(numeric) A matrix of line coordinates.

tol_x

(numeric) The tolerance for joining lines along the x-axis.

tol_y

(numeric) The tolerance for joining lines along the y-axis

plot

(logical) If TRUE, plot cell detection information.

Value

A matrix of cell (rectangle) coordinates.


dsidavis/LCAP documentation built on May 15, 2019, 4:19 p.m.