Learn R Programming

amt (version 0.2.2.0)

get_distr: Obtain the step length and/or turn angle distributions from random steps or a fitted model.

Description

Obtain the step length and/or turn angle distributions from random steps or a fitted model.

Usage

sl_distr(x, ...)

# S3 method for random_steps sl_distr(x, ...)

# S3 method for fit_clogit sl_distr(x, ...)

ta_distr(x, ...)

# S3 method for random_steps ta_distr(x, ...)

# S3 method for fit_clogit ta_distr(x, ...)

Value

An amt distribution

Arguments

x

Random steps or fitted model

...

None implemented.