Create lines radiating at equal angles from a point
zb_lines(point, n, starting_angle = 45, distance = 1e+05)
Center point
Number of lines
Starting angle
Distance
Objects of class `sfc` containing linestring geometries
point = sf::st_centroid(london_a())
n = 4
l = zb_lines(point, n)
plot(l)