Plots a 2D plot of the Pareto front of management alternatives from FoRDM_analysis output.
visualize_fordm_2d(analysis_output, x, y, fordm_method)A ggplot2 object showing the 2D Pareto front for the selected objectives.
Output list from FoRDM_analysis_regret() or FoRDM_analysis_satisficing().
Name of the objective for the x-axis (string).
Name of the objective for the y-axis (string).
Either "regret" or "satisficing".