View source: R/select_optimal.R
select.optimal | R Documentation |
Select Optimal Block Combination
select.optimal(
info.sum,
traits.grid,
info.start = NULL,
K,
K.final,
weights.grid = NULL,
constraint.list = NULL,
direction = "max"
)
info.sum |
summary of block information as returned from calc.info.block |
traits.grid |
grid of traits for which block information was calculated |
K |
integer number of blocks in the pool |
K.final |
integer, final number of blocks |
direction |
character, direction of optimization (min or max), defaults to max |
list: solved should equal 0 if a solution was found, ind.opt contains the indices of selected blocks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.