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()).
Arguments
- obj
A list of replicate objects, typically the output of
md_replicate().- ...
Additional arguments passed to internal functions.
