Learn R Programming

rorutadis (version 0.4.2)

drawUtilityPlots: Draw marginal value functions and chart of alternative utilities

Description

This function draws marginal value functions and alternative utilities chart.

Usage

drawUtilityPlots(problem, solution, printLabels = TRUE, criteria = NULL, plotsPerRow = 2, descending = NULL)

Arguments

problem
Problem.
solution
Solution.
printLabels
Whether to print labels.
criteria
Vector containing 0 for utility chart and/or indices of criteria for which marginal value functions should be plotted. If this parameter was NULL functions for all criteria and utility chart will be plotted (default NULL).
plotsPerRow
Number of plots per row (default 2).
descending
Mode of sorting alternatives on utility chart:
  • NULL - unsorted, preserved problem$perf order,
  • TRUE - sorted descending by value of utility,
  • FALSE - sorted ascending by value of utility.

Details

This function is deprecated. Use plotVF and plotComprehensiveValue.

See Also

plotVF plotComprehensiveValue