rcpp_get_max_dist: rcpp_get_max_dist

View source: R/RcppExports.R

rcpp_get_max_distR Documentation

rcpp_get_max_dist

Description

Rcpp get maximum movement distance

Usage

rcpp_get_max_dist(movement, parameters, n_rand)

Arguments

movement

String specifing movement algorithm.

parameters

List with parameters.

n_rand

Integer with amount of random numbers.

Details

Calculate double with maximum movement distance. The distance is the 95 of n_rand random numbers.

movement can be either 'rand', 'attr' or 'behav'.

Value

double


Allgeier-Lab/arrR documentation built on Feb. 13, 2025, 7:44 a.m.