powered by
Create lines radiating at equal angles from a point
zb_lines(point, n, starting_angle = 45, distance = 1e+05)
Objects of class `sfc` containing linestring geometries
Center point
Number of lines
Starting angle
Distance
point = sf::st_centroid(london_a()) n = 4 l = zb_lines(point, n) plot(l)
Run the code above in your browser using DataLab