update_design_total | R Documentation |
Takes a design and merge together all points that are closer between them than a certain threshold delta
.
update_design_total(design, delta)
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. |
The updated design.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.