distr_name {amt} | R Documentation |
Name of step-length distribution and turn-angle distribution
Description
Name of step-length distribution and turn-angle distribution
Usage
sl_distr_name(x, ...)
## S3 method for class 'random_steps'
sl_distr_name(x, ...)
## S3 method for class 'fit_clogit'
sl_distr_name(x, ...)
ta_distr_name(x, ...)
ta_distr_name(x, ...)
## S3 method for class 'random_steps'
ta_distr_name(x, ...)
## S3 method for class 'fit_clogit'
ta_distr_name(x, ...)
Arguments
x |
Random steps or fitted model |
... |
None implemented. |
Value
Character vector of length 1.
[Package amt version 0.2.2.0 Index]