Usage
Analyze(ahpTree, decisionMaker = "Total", variable = c("weightContribution",
"priority", "score"), sort = c("priority", "totalPriority", "orig"),
pruneFun = function(node, decisionMaker) TRUE)AnalyzeTable(ahpTree, decisionMaker = "Total",
variable = c("weightContribution", "priority", "score"),
sort = c("priority", "totalPriority", "orig"), pruneFun = function(node,
decisionMaker) TRUE, weightColor = "honeydew3",
consistencyColor = "wheat2", alternativeColor = "thistle4")
PruneByCutoff(node, decisionMaker, minWeight = 0)
PruneLevels(node, decisionMaker, levelsToPrune = 0)
Arguments
ahpTree
the calculated AHP data.tree
decisionMaker
the name of the decision maker. The default returns the joint decision.
variable
the variable to display, i.e. either weightContribution (the default), priority, or score
sort
sort either by priority according to the decision maker (the default), by totalPriority, or as originally specified (orig)
pruneFun
use this to filter the what rows are shown in the analysis
pruneFun must be a function taking a Node as its first argument, and the decisionMaker as its second
argument. The default (NULL) returns the fu
weightColor
The name of the color to be used to emphasize weights of categories. See color for a list of possible colors.
consistencyColor
The name of the color to be used to highlight bad consistency
alternativeColor
The name of the color used to highlight big contributors to alternative choices.
minWeight
prunes the nodes whose weightContribution is smaller than the minWeight
levelsToPrune
cuts the n hightest levels of the ahp tree