Learn R Programming

optedr (version 2.2.0)

add_design: Add two designs

Description

Add two designs

Usage

add_design(design_1, design_2, alpha)

Value

A design as a dataframe with the weighted addition of the two designs

Arguments

design_1

A dataframe with 'Point' and 'Weight' as columns that represent the first design to add

design_2

A dataframe with 'Point' and 'Weight' as columns that represent the second design to add

alpha

Weight of the first design