Learn R Programming

optedr (version 2.2.0)

add_points: Update design given crosspoints and alpha

Description

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

Usage

add_points(points, alpha, design)

Value

A design as a dataframe with "Point" and "Weight" columns that is the addition of the design and the new points

Arguments

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