add_points | R Documentation |
Given a set of points, a weight and the design, the function adds these points to the new design with uniform weight, and combined weight alpha
add_points(points, alpha, design)
points |
Points to be added to the design |
alpha |
Combined weight of the new points to be added to the design |
design |
A design as a dataframe with "Point" and "Weight" columns |
A design as a dataframe with "Point" and "Weight" columns that is the addition of the design and the new points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.