plot.estimateW: Graphical summary of the estimated adjacency matrix Omega

View source: R/plotting.R

plot.estimateWR Documentation

Graphical summary of the estimated adjacency matrix Ω

Description

Graphical plot of the posterior probabilities of the estimated adjacency matrix Ω.

Usage

## S3 method for class 'estimateW'
plot(
  x,
  cols = c("white", "lightgrey", "black"),
  breaks = c(0, 0.5, 0.75, 1),
  ...
)

Arguments

x

estimateW object.

cols

Main colors to use for the plot

breaks

Breaks for the colors

...

further arguments are passed on to be invoked


estimateW documentation built on Dec. 6, 2022, 5:11 p.m.