Fit a statistical distribution to the turn angles of a track
fit_ta_dist(.tbl, x, ...)fit_ta_dist_base(x, na.rm = TRUE, distr = "vonmises", ...)
[track_xy,track_xyt]
A track.
[expression]
The name of the column containing turn angles, usually ta_
.
Further arguments, none implemented.
[logical(1)]
Should NA
be removed?
[character(1)]{'vonmises', 'unif'}
Name of the distribution, currently only vonmises
and uniform
distribution is supported.