new_movedesign | R Documentation |
movedesign
S3 objectA generic internal constructor for creating S3 objects representing different stages of a "movedesign" workflow, such as input, preprocessing, simulation, output, diagnostics, and plots.
new_movedesign(x, subclass, ...)
x |
The underlying data or object to be wrapped (e.g., list, tibble, simulation object, output). |
subclass |
Character string specifying the subclass
(e.g., |
... |
Additional attributes to set on the object. |
An object of class subclass
and movedesign
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.