powered by
Plot Edge Inclusion 'Probabilities'
# S3 method for eip plot(x, color = "black", size = 1, ...)
An object of class eip
eip
Character string. Color for geom_point.
geom_point
Numeric. Size of geom_point.
Currently ignored.
An object of class ggplot
ggplot
# NOT RUN { # data Y <- GGMncv::ptsd[,1:10] # compute eip's boot_samps <- boot_eip(Y, B = 10, progress = FALSE) plot(boot_samps) # }
Run the code above in your browser using DataLab