Learn R Programming

GGMncv (version 2.1.1)

plot.eip: Plot Edge Inclusion 'Probabilities'

Description

Plot Edge Inclusion 'Probabilities'

Usage

# S3 method for 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

Run this code
# 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