Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

xmu_dot_rank

Helper to make a graphviz rank string


Description

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;"

Usage

xmu_dot_rank(vars, pattern, rank)

Arguments

vars

a list of strings

pattern

regular expression to filter vars

rank

"same", "max", "min"

Value

string

See Also

Examples

xmu_dot_rank(c("as1"), "^[ace]s[0-9]+$", "same")

umx

Structural Equation Modeling and Twin Modeling in R

v4.10.10
GPL-3
Authors
Timothy C. Bates [aut, cre] (<https://orcid.org/0000-0002-1153-9007>), Gillespie Nathan [wit], Michael Zakharin [wit], Brenton Wiernik [ctb], Joshua N. Pritikin [ctb], Michael C. Neale [ctb], Hermine Maes [ctb]
Initial release
2021-11-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.