add_design {optedr} | R Documentation |
Add two designs
Description
Add two designs
Usage
add_design(design_1, design_2, alpha)
Arguments
design_1 |
A dataframe with 'Point' and 'Weight' as columns that represent the first design to add |
design_2 |
A dataframe with 'Point' and 'Weight' as columns that represent the second design to add |
alpha |
Weight of the first design |
Value
A design as a dataframe with the weighted addition of the two designs
[Package optedr version 2.0.0 Index]