Description Usage Arguments Value Examples
Provides a convenient way to visualize optimization results over several budget increments and persistence thresholds.
1 | PlotResults(summary.results, draw.labels = TRUE)
|
summary.results |
A dataframe containing the results of the complementarity optimization |
draw.labels |
Boolean, indicating whether to draw strategy names on the plot |
this.plot A ggplot object
1 2 | res <- Optimize(benefits.matrix, cost.vector, all.index=nrow(benefits.matrix))
PlotResults(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.