PlotResults: Plot results of running optimize.range

Description Usage Arguments Value Examples

Description

Provides a convenient way to visualize optimization results over several budget increments and persistence thresholds.

Usage

1
PlotResults(summary.results, draw.labels = TRUE)

Arguments

summary.results

A dataframe containing the results of the complementarity optimization

draw.labels

Boolean, indicating whether to draw strategy names on the plot

Value

this.plot A ggplot object

Examples

1
2
res <- Optimize(benefits.matrix, cost.vector, all.index=nrow(benefits.matrix))
PlotResults(res)

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