powered by
Fit a statistical distribution to step lengths.
fit_sl_dist(.tbl, x, ...)fit_sl_dist_base(x, na.rm = TRUE, distr = "gamma", ...)
fit_sl_dist_base(x, na.rm = TRUE, distr = "gamma", ...)
[track_xy,track_xyt] A track.
[track_xy,track_xyt]
[expression] The name of the column containing step lengths, usually sl_.
[expression]
sl_
Further arguments, none implemented.
[logical(1)] Should NA be removed?
[logical(1)]
NA
[character(1)]{'gamma', 'exp', 'unif'} Name of the distribution, currently only gamma, unif, and exponential distributions are supported.
[character(1)]{'gamma', 'exp', 'unif'}
gamma
unif
exponential
# NOT RUN { data(deer) stps <- steps_by_burst(deer) fit_sl_dist(stps, sl_) # }
Run the code above in your browser using DataLab