Description Usage Arguments Value
Convert Lines To Cells
1 | lines_to_cells(lines, tol_x = 5, tol_y = tol_x, plot = FALSE)
|
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. |
A matrix of cell (rectangle) coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.