rcpp_get_max_dist | R Documentation |
Rcpp get maximum movement distance
rcpp_get_max_dist(movement, parameters, n_rand)
movement |
String specifing movement algorithm. |
parameters |
List with parameters. |
n_rand |
Integer with amount of random numbers. |
Calculate double with maximum movement distance. The distance is the 95
of n_rand
random numbers.
movement
can be either 'rand', 'attr' or 'behav'.
double
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.