plot.estimateW {estimateW}R Documentation

Graphical summary of the estimated adjacency matrix \Omega

Description

Graphical plot of the posterior probabilities of the estimated adjacency matrix \Omega.

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


[Package estimateW version 0.0.1 Index]