flow_chart {AHPWR}R Documentation

creates a hierarchical structure

Description

Function to build the Diagram of hierarchies

Usage

flow_chart(names, c, a)

Arguments

names

is a vector with names for goal, criteria and choices in this exact sequence

c

is a integer number of criteria, c>=2

a

is a integer number of choices, a>=2

Value

Returns Diagram of hierarchies

Author(s)

Luciane Ferreira Alcoforado

Examples

p=flow_chart(names=NULL, a=2, c=2)
p

p=flow_chart(names=NULL, a=2, c=3)
p+ggplot2::theme_void()

flow_chart(names=c("G", "cost", "time", "hour", "home", "beach"),c=3, a=2)


[Package AHPWR version 0.1.0 Index]