plot.eip function

Plot Edge Inclusion 'Probabilities'

Plot Edge Inclusion 'Probabilities'

## 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.

Returns

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)
  • Maintainer: Donald Williams
  • License: GPL-2
  • Last published: 2021-12-15

Useful links