speed_coef: Show the estimated speed of the Langevin model

View source: R/summary.rhabit.R

speed_coefR Documentation

Show the estimated speed of the Langevin model

Description

Show the estimated speed of the Langevin model

Usage

speed_coef(x)

Arguments

x

a rhabit object obtained by fit_langevin_ud

Value

the diffusion parameter

Examples

data(tracks)
fitted_langevin <- fit_langevin_ud(cbind(x,y) ~ grad_c1, data = tracks)
speed_coef(fitted_langevin)

papayoun/Rhabit documentation built on July 19, 2023, 8:04 p.m.