Plot Edge Inclusion 'Probabilities'
# S3 method for eip plot(x, color = "black", size = 1, ...)
x | An object of class |
---|---|
color | Character string. Color for |
size | Numeric. Size of |
... | Currently ignored. |
An object of class ggplot
# \donttest{ # data Y <- GGMncv::ptsd[,1:10] # compute eip's boot_samps <- boot_eip(Y, B = 10, progress = FALSE) plot(boot_samps) # }