Skip to contents

Combines the outputs of several replicate movement-design simulations (created by md_run()) into a single aggregated object. For each replicate, the function re-runs run_meta_resamples() to ensure consistent structure and then merges all results into a unified summary table.

This function allows batch processing of replicates, producing a combined object suitable for downstream visualization (e.g., with md_plot_replicates()).

Usage

md_stack(obj, ...)

Arguments

obj

A list of replicate objects, typically the output of md_replicate().

...

Additional arguments passed to internal functions.

Value

A list of class movedesign_output containing:

data

A merged moveoutput object combining all replicate-level data.

summary

A data.table summarizing results across replicates.