
Returns a ggplot
object of a line plot of the
normalized rich club coefficient. Optionally will 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 = NULL, smooth = TRUE)
A data.table
with rich-club coefficients
A character string indicating whether the variable of interest is "density" or "threshold" (e.g. with DTI data)
A numeric vector of the densities to plot
The significance level (default: 0.05)
A logical, indicating whether or not to use the FDR-adjusted p-value for determining significance (default: TRUE)
A list (of lists) of igraph
graph objects; required if you
want to plot a shaded region demarcating the rich_core
Logical indicating whether or not to use
stat_smooth
when data from multiple subjects (per
group) are present (default: TRUE
). Ignored for group-level data.
A ggplot
object
Other Rich-club functions: RichClub
,
rich_club_attrs
# NOT RUN {
plot_rich_norm(rich.dt, facet.by='density', densities[N:(N+1)], g=g)
# }
Run the code above in your browser using DataLab