Learn R Programming

movedesign (version 0.3.2)

movedesign_output: Create a movedesign_output object to store simulation outputs

Description

Constructs an S3 object of class movedesign_output that stores the outputs and summaries from a specific simulation workflow. The resulting object bundles all relevant metadata from the original study design (inputs), simulation outputs (e.g., home range or speed estimates), and post-processing summaries (e.g., errors, credible intervals).

The movedesign_output object is returned by simulation functions like md_run() or md_replicate(), and acts as the primary data structure for downstream analyses and visualization via functions such as md_plot() or md_check().

Usage

movedesign_output(input)

Arguments

Value

An S3 object of class movedesign_output containing simulation outputs, summaries, and associated metadata.

See Also

md_run(), md_replicate(), md_check(), md_plot()