do.optimize.range: Optimize over a range of budgets and survival thresholds

Description Usage Arguments Value

Description

Optimize over a range of budgets and survival thresholds

Usage

1
2
3
do.optimize.range(B, cost.vector, budgets = NULL, thresholds = c(50.01,
  60.01, 70.01), compound.strategies = NULL, combo.constraints = NULL,
  weights = NULL)

Arguments

B

A [strategies]x[species] dataframe with named rows and columns

cost.vector

A list of strategy costs

budgets

A list of budgets over which to optimize. If NULL, a sensible range of budgets will be automatically generated

thresholds

A list of survival thresholds over which to optimize, default = (50, 60, 70)

compound.strategies

A combination object specifying which strategies are combinations of which other strategies

weights

A named list of species weights

combination.constraints

A list of constraint objects

Value

A dataframe of optimization results


ncryer/consOpt documentation built on May 9, 2019, 5:55 a.m.