update_design_total {optedr} | R Documentation |
Merge close points of a design
Description
Takes a design and merge together all points that are closer between them than a certain threshold delta
.
Usage
update_design_total(design, delta)
Arguments
design |
The design to update. It's a dataframe with two columns:
|
delta |
Threshold which defines how close two points have to be to any of the existing ones in order to merge with them. |
Value
The updated design.
[Package optedr version 2.0.0 Index]