AHP.decision.tree.plot: Plot decision tree

View source: R/plot_AHP_decision_tree.R

AHP.decision.tree.plotR 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


RMCDA documentation built on June 8, 2025, 11:14 a.m.