View source: R/plot_rich_norm.R
plot_rich_norm | R Documentation |
Returns a line plot of the normalized rich club coefficient. Optionally, can
include a shaded region demarcating the rich_core
cutoff (if
you supply a list of graph objects to the g
argument).
plot_rich_norm(rich.dt, facet.by = c("density", "threshold"), densities,
alpha = 0.05, fdr = TRUE, g.list = NULL, smooth = TRUE)
rich.dt |
A |
facet.by |
A character string indicating whether the variable of interest is “density” or “threshold” (e.g. with DTI data) |
densities |
A numeric vector of the densities to plot |
alpha |
The significance level. Default: |
fdr |
A logical, indicating whether or not to use the FDR-adjusted
p-value for determining significance. Default: |
g.list |
A list |
smooth |
Logical indicating whether or not to plot a smooth curve when
data from multiple subjects (per group) are present. Default: |
A trellis
or ggplot
object
Christopher G. Watson, cgwatson@bu.edu
Other Rich-club functions: Rich Club
,
rich_club_attrs
## Not run:
plot_rich_norm(rich.dt, facet.by='density', densities[N:(N+1)], g=g)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.