movedesign_input: Create a 'movedesign_input' object for simulation workflows

View source: R/utils_main.R

movedesign_inputR Documentation

Create a movedesign_input object for simulation workflows

Description

Constructs 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().

Usage

movedesign_input(design)

Arguments

design

A named list containing user-specified inputs for a movedesign workflow. At a minimum, this includes elements such as data, dur, dti, n_individuals, and set_target.

Value

An object of class movedesign_input and movedesign, which contains all input parameters and metadata required for a movedesign workflow.

See Also

md_prepare()


movedesign documentation built on Aug. 8, 2025, 6:47 p.m.