plot.summary_MCMCchain | R Documentation |
Plot average adjacency from MCMC output
## S3 method for class 'summary_MCMCchain'
plot(x, p_thresh = 0.5, ...)
x |
object of class |
p_thresh |
threshold for plotting an edge (default is 0.5) |
... |
other arguments |
This plots an undirected and directed summary
of the output. The method will only plot an edge if it appears
in at least a proportion p_thresh
of the samples.
Consequently, an undirected edge may appear but no
corresponding directed edge.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.