powered by
Function to build the Diagram of hierarchies
flow_chart(names, c, a)
Returns Diagram of hierarchies
is a vector with names for goal, criteria and choices in this exact sequence
is a integer number of criteria, c>=2
is a integer number of choices, a>=2
Luciane Ferreira Alcoforado
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)
Run the code above in your browser using DataLab