data.table
, you can choose to insert a
dashed vertical line at a density of interest, rename the variable levels
(which become the facet titles), exclude certain variables, and include a
data.table
of permutation data to add asterisks indicating signficant
group differences.plot_global(tidy.dt, xvar = c("density", "threshold"), vline = NULL,
level.names = NULL, exclude = NULL, perms = NULL, g = NULL,
alt = NULL)
data.table
that has been "tidied", containing
global graph measures for all densities and subject groupsdata.table
of permutation group differences
(default: NULL)igraph
graph objects; required if
perms is provided (default: NULL)ggplot
object