I am trying to plot the movement of an object on a google map as a set of directional lines using ggmap . I am currently using the geom_segment call from ggplot2 , which draws line segments. However, where there are motion cycles, such as 1->2->1 , the lines intersect. This makes it difficult to determine movement from visualization.
Is there a way to curve line segments to handle this? Or are there other approaches or libraries that I could try?
r ggplot2 ggmap
Danaja
source share