portfolio_grid_plot: Plot Top Performing Survey Portfolios Given Scenario...

Description Usage Arguments Value

View source: R/scenario_output_plots.R

Description

Plot Top Performing Survey Portfolios Given Scenario Constraints

Usage

1
2
3
4
5
6
portfolio_grid_plot(
  scenario_output,
  ndisplay = 10,
  save_output = FALSE,
  save_filepath = NULL
)

Arguments

scenario_output

A data.frame of ranked portfolios for a given scenario returned by the scenario_optimization_tool function.

ndisplay

Number of portfolios to display. Default is top 10.

save_output

Logical value controlling whether output is saved as CSV. Default is FALSE.

save_filepath

File path to folder where output is saved. File names are internally generated.

Value

Grid plot of top-peforming survey portfolios.


jlaufenb/akIMPsmarttool documentation built on Dec. 21, 2021, 12:12 a.m.