parameters_constr {dials} | R Documentation |
Construct a new parameter set object
Description
Construct a new parameter set object
Usage
parameters_constr(
name,
id,
source,
component,
component_id,
object,
...,
call = caller_env()
)
Arguments
name , id , source , component , component_id |
Character strings with the same length. |
object |
A list of |
... |
These dots are for future extensions and must be empty. |
call |
The call passed on to |
Value
A tibble that encapsulates the input vectors into a tibble with an additional class of "parameters".
[Package dials version 1.3.0 Index]