plotCBN: Plot Bayesian Network Weather Model

View source: R/plotCBN.R

plotCBNR Documentation

Plot Bayesian Network Weather Model

Description

Plot Bayesian Network Weather Model

Usage

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
)

Arguments

CBN

Downscaling Bayesian Network, as returned by buildWeatherGenerator(), buildPredictive() or buildDescriptive(). Uses igraph package.

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 TRUE to remove all coloring.

return.plot

Set to TRUE to return the plot as a variable.

...

Refer to igraph package.

Author(s)

Mikel N. Legasa


MNLR/BNWeatherGen documentation built on June 2, 2023, 9:02 p.m.