Learn R Programming

FoRDM (version 1.0.1)

visualize_fordm_3d: Visualize 3D Pareto Front

Description

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

Usage

visualize_fordm_3d(analysis_output, x, y, z, fordm_method)

Value

A plotly object showing the 3D Pareto front for the selected objectives.

Arguments

analysis_output

Output 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).

z

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

fordm_method

Either "regret" or "satisficing".