powered by
Given a list of names, this filters the list, and returns a graphviz string to force them into the given rank. e.g. "rank=same; as1;"
xmu_dot_rank(vars, pattern, rank)
a list of strings
regular expression to filter vars
"same", "max", "min"
string
xmu_dot_define_shapes()
Other Graphviz: xmu_dot_define_shapes(), xmu_dot_make_paths(), xmu_dot_make_residuals(), xmu_dot_maker(), xmu_dot_mat2dot()
xmu_dot_make_paths()
xmu_dot_make_residuals()
xmu_dot_maker()
xmu_dot_mat2dot()
# NOT RUN { xmu_dot_rank(c("as1"), "^[ace]s[0-9]+$", "same") # }
Run the code above in your browser using DataLab