scenario_alternative_table: Create a scenario overview with the selected alternatives

Description Usage Arguments

View source: R/scenario_alternative_table.R

Description

Create a scenario overview with the selected alternatives

Usage

1
2
3
4
5
6
7
8
9
scenario_alternative_table(
  scenarioDefinition,
  alternativeLabels,
  decisionOrder = NULL,
  decisionLabels = NULL,
  colNames = c("Decision", "Alternative"),
  caption = NULL,
  returnTableOnly = TRUE
)

Arguments

scenarioDefinition

The 'scenarioDefinition' object.

alternativeLabels

The 'alternativeLabels' object.

decisionOrder

The vector with the decision identifiers to include (in the right order).

decisionLabels

The named vector with the decision labels.

colNames

The (two) column names to set in the resulting pretty table.

caption

The table caption to pass to [knitr::kable()].

returnTableOnly

Whether to return the table only, or the full object that includes intermediate steps.


Matherion/mdmcda documentation built on Dec. 31, 2020, 3:13 p.m.