I'm looking for a way to draw a line from a point and an angle (azimuth) and then build a polygon with the intersection of these lines.
base <- data_frame(
id = c(1, 2, 3),
x = c(10, 5, 3),
y = c(5, 10, 4),
azimute = c(330...
asked by
29.12.2017 / 13:32