get_distr: Obtain the step length and/or turn angle distributions from...

get_distrR 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


jmsigner/amt documentation built on April 24, 2024, 9:16 a.m.