zb_lines | R Documentation |
Create lines radiating at equal angles from a point
zb_lines(point, n, starting_angle = 45, distance = 1e+05)
point |
Center point |
n |
Number of lines |
starting_angle |
Starting angle |
distance |
Distance |
Objects of class 'sfc' containing linestring geometries
point = sf::st_centroid(london_a())
n = 4
l = zb_lines(point, n)
plot(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.