1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MCDA_methods.R
\name{plot.AHP.decision.tree}
\alias{plot.AHP.decision.tree}
\title{Plot decision tree}
\usage{
\method{plot}{AHP.decision.tree}(A, comparing.competitors)
}
\arguments{
\item{A}{the comparison matrix}

\item{comparing.competitors}{the list of matrices related to pairwise comparisons
of competitors for each criteria}
}
\value{
the decision tree plot
}
\description{
Plot decision tree
}