movedesign_input | R Documentation |
movedesign_input
object for simulation workflowsConstructs an S3 object of class movedesign_input
, encapsulating
all parameters and metadata required for a simulation-based
study design. This object includes elements such as number of
individuals (population sample size), study duration, sampling
interval, movement models, grouping structure (if specified), and
estimation targets. The standardized movedesign_input
object is
the expected input for downstream movedesign
functions.
Use md_prepare()
to construct a complete study design input
object, which can then be passed to functions like
md_run()
and md_replicate()
.
movedesign_input(design)
design |
A named list containing user-specified inputs for
a |
An object of class movedesign_input
and movedesign
,
which contains all input parameters and metadata required
for a movedesign
workflow.
md_prepare()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.