plotCBN | R Documentation |
Plot Bayesian Network Weather Model
plotCBN(
CBN,
title = NULL,
dev.new = FALSE,
no.labels = FALSE,
vertex.label.dist = 0.8,
no.colors = TRUE,
node.size = 3,
edge.width = 0.6,
edge.arrow.size = 0.2,
edges.color = c("azure3", "grey", "azure4", "black"),
mark.edge.strength = FALSE,
break.axis = 1,
separation.ratio = 0.1,
Nlabels = 4,
return.plot = TRUE
)
CBN |
Downscaling Bayesian Network, as returned
by |
title |
Plot title. |
dev.new |
Plot in a new device. |
no.labels |
Do not print labels |
vertex.label.dist |
Distance from node to labels |
no.colors |
Set to |
return.plot |
Set to TRUE to return the plot as a variable. |
... |
Refer to |
Mikel N. Legasa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.