Learn R Programming

FoRDM (version 1.0.1)

visualize_fordm_2d: Visualize 2D Pareto Front

Description

Plots a 2D plot of the Pareto front of management alternatives from FoRDM_analysis output.

Usage

visualize_fordm_2d(analysis_output, x, y, fordm_method)

Value

A ggplot2 object showing the 2D Pareto front for the selected objectives.

Arguments

analysis_output

Output list from FoRDM_analysis_regret() or FoRDM_analysis_satisficing().

x

Name of the objective for the x-axis (string).

y

Name of the objective for the y-axis (string).

fordm_method

Either "regret" or "satisficing".