new_movedesign: Construct a 'movedesign' S3 object

View source: R/utils_main.R

new_movedesignR Documentation

Construct a movedesign S3 object

Description

A generic internal constructor for creating S3 objects representing different stages of a "movedesign" workflow, such as input, preprocessing, simulation, output, diagnostics, and plots.

Usage

new_movedesign(x, subclass, ...)

Arguments

x

The underlying data or object to be wrapped (e.g., list, tibble, simulation object, output).

subclass

Character string specifying the subclass (e.g., movedesign_input, movedesign_output).

...

Additional attributes to set on the object.

Value

An object of class subclass and movedesign.


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