I have a SpatialLineDataFrame with 20 obs. of 4 variables (in WGS84). I want to create waypoints every 10 meters. Every waypoint will has the x y coordinates. I tried to do it manualy like:point_first=SpatialPoints(cbind(x,y))
for the first point but there are many points I want to do so it is...