par_calc_global_metrics {swaRmverse}R Documentation

Calculation of Group Metrics in Parallel

Description

This function calls calc_global_metrics in parallel.

Usage

par_calc_global_metrics(dfs_per_time, geo)

Arguments

dfs_per_time

A list of dataframes per timestep.

geo

Logical, whether positions are geographic coordinates, default = FALSE.

Value

A dataframe with the group average timeseries, with columns: set, t, pol, speed, shape, N (number of individuals), missing_ind (whether some individuals are missing).

Author(s)

Marina Papadopoulou m.papadopoulou.rug@gmail.com


[Package swaRmverse version 0.1.0 Index]