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)
A design as a dataframe with "Point" and "Weight" columns that is the addition of the design and the new points
Points to be added to the design
Combined weight of the new points to be added to the design
A design as a dataframe with "Point" and "Weight" columns