get_distr {amt} | R Documentation |
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 class 'random_steps'
sl_distr(x, ...)
## S3 method for class 'fit_clogit'
sl_distr(x, ...)
ta_distr(x, ...)
## S3 method for class 'random_steps'
ta_distr(x, ...)
## S3 method for class 'fit_clogit'
ta_distr(x, ...)
Arguments
x |
Random steps or fitted model |
... |
None implemented. |
Value
An amt distribution
[Package amt version 0.2.2.0 Index]