drawUtilityPlots: Draw marginal value functions and chart of alternative...

Description Usage Arguments Details See Also

Description

This function draws marginal value functions and alternative utilities chart.

Usage

1
2
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


kciomek/rorutadis documentation built on May 20, 2019, 8:16 a.m.