View source: R/plotting_functions.R
geometry_to_lines | R Documentation |
Convert points in a geometry object to lines accessible by ggplot2::geom_line.
geometry_to_lines(data, x_add = 0, y_add = 0)
data |
sf geometry data. |
x_add |
x value to extend the line by. |
y_add |
y value to extend the line by. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.