Learn R Programming

amt (version 0.2.2.0)

distr_name: 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 random_steps sl_distr_name(x, ...)

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

ta_distr_name(x, ...)

ta_distr_name(x, ...)

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

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

Value

Character vector of length 1.

Arguments

x

Random steps or fitted model

...

None implemented.