plot.AHP.decision.tree: Plot decision tree

View source: R/plot_AHP_decision_tree.R

plot.AHP.decision.treeR Documentation

Plot decision tree

Description

Plot decision tree

Usage

## S3 method for class 'AHP.decision.tree'
plot(
  x,
  comparing.competitors,
  results,
  vertex_font = 1.2,
  edge_font = 1,
  asp = 0.8,
  max_width = 5,
  vertex_size = 50,
  ...
)

Arguments

x

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

...

further arguments passed to or from other methods

Value

the decision tree plot


RMCDA documentation built on June 28, 2026, 1:06 a.m.