R/bnplot.R

Defines functions bnplot

Documented in bnplot

bnplot <- function(dag, shape = "ellipse", main = NULL, sub = NULL, highlight = NULL) {
  bnlearn::graphviz.plot(x = dag, shape = shape, main = main, sub = sub, highlight = highlight)
}

Try the pchc package in your browser

Any scripts or data that you put into this service are public.

pchc documentation built on April 4, 2025, 1:11 a.m.