powered by
LINESTRING
Creates a LINESTRING for each segment between consecutive points within a track.
mt_segments(x)
A sfc object containing LINESTRINGs for each segment of a trajectory.
sfc
A move2 object.
move2
The last location of each track is formed by a POINT as no segment can be formed.
POINT
mt_track_lines() For transforming the full tracks into one LINESTRING.
mt_track_lines()
track <- mt_sim_brownian_motion() mt_segments(track) ## adding the segments as an attribute to the move2 object track$segments <- mt_segments(track) track
Run the code above in your browser using DataLab