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