plot_line_segment | R Documentation |
Plots the detected line segments from the output of image_line_segment()
.
Each segment is drawn as a red line on the existing plot.
plot_line_segment(x, col = "red", lwd = 1)
x |
A list returned by |
col |
The color of lines |
lwd |
The width of lines. Defaults to 1 |
No return value. The function adds line segments to an existing plot.
library(pliman)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.