flow_chart | R Documentation |
Function to build the Diagram of hierarchies
flow_chart(names, c, a)
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 |
Returns Diagram of hierarchies
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.