plot.eip: Plot Edge Inclusion 'Probabilities'

Description Usage Arguments Value Examples

View source: R/eip.R

Description

Plot Edge Inclusion 'Probabilities'

Usage

1
2
## S3 method for class 'eip'
plot(x, color = "black", size = 1, ...)

Arguments

x

An object of class eip

color

Character string. Color for geom_point.

size

Numeric. Size of geom_point.

...

Currently ignored.

Value

An object of class ggplot

Examples

1
2
3
4
5
6
7
8
# data
Y <- GGMncv::ptsd[,1:10]

# compute eip's
boot_samps <- boot_eip(Y, B = 10, progress = FALSE)


plot(boot_samps)

GGMncv documentation built on Dec. 15, 2021, 9:10 a.m.