movedesign_output | R Documentation |
movedesign_output
object to store simulation outputsConstructs 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()
.
movedesign_output(input)
An S3 object of class movedesign_output
containing simulation
outputs, summaries, and associated metadata.
md_run()
,
md_replicate()
,
md_check()
,
md_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.