delete_points | R Documentation |
Removes the points of a design with a weight lower than a threshold, delta
, and distributes that weights
proportionally to the rest of the points.
delete_points(design, delta)
design |
The design from which to remove points as a dataframe with two columns:
|
delta |
The threshold from which the points with such a weight or lower will be removed. |
The design without the removed points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.