Learn R Programming

estimateW (version 0.1.0)

plot.estimateW: 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 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