This function plots the output of brainGraph_boot
, returning two
ggplot
objects: one with shaded regions based on the standard error,
and the other based on confidence intervals (calculated using the normal
approximation.
# S3 method for brainGraph_boot
plot(x, ..., alpha = 0.4)
The object output from brainGraph_boot
Not used
A numeric indicating the opacity for
geom_ribbon
A list with the following elements:
A ggplot object with ribbon representing standard error
A ggplot object with ribbon representing confidence intervals