trackBearingChange | R Documentation |
Bearing changes along a track
trackBearingChange(x) trackBearingChange2(x, z)
x |
a two column matrix of (lon,lat) locations along the path. |
z |
a two column matrix of (lon,lat) intermediate locations along the path. |
The trackBearingChange
computes the change in bearing between
successive locations along path. The trackBearingChange2
accepts a second sequence of intermediate points, and computes the
change in bearing along the dog leg paths from x[i,]
to z[i,]
to x[i+1,]
.
vector of changes in bearing (degrees)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.