AHP.decision.tree.plot {RMCDA}R Documentation

Plot decision tree

Description

Plot decision tree

Usage

AHP.decision.tree.plot(
  A,
  comparing.competitors,
  results,
  vertex_font = 1.2,
  edge_font = 1,
  asp = 0.8,
  max_width = 5,
  vertex_size = 50
)

Arguments

A

the comparison matrix

comparing.competitors

the list of matrices related to pairwise comparisons of competitors for each criteria

results

results of running AHP on data

vertex_font

font of text on vertex

edge_font

size of the arrows

asp

aspect ratio of the graph

max_width

maximum width

vertex_size

vertex size

Value

the decision tree plot


[Package RMCDA version 0.3 Index]