Learn R Programming

amt (version 0.0.7)

fit_ta_dist: Fit a statistical distribution to the turn angles of a track

Description

Fit a statistical distribution to the turn angles of a track

Usage

fit_ta_dist(.tbl, x, ...)

fit_ta_dist_base(x, na.rm = TRUE, distr = "vonmises", ...)

Arguments

.tbl

[track_xy,track_xyt] A track.

x

[expression] The name of the column containing turn angles, usually ta_.

...

Further arguments, none implemented.

na.rm

[logical(1)] Should NA be removed?

distr

[character(1)]{'vonmises', 'unif'} Name of the distribution, currently only vonmises and uniform distribution is supported.