network {gmgm} | R Documentation |
This function displays the graphical structure of a Gaussian mixture Bayesian network.
network(gmbn)
gmbn |
An object of class |
A visNetwork
object displaying the graphical structure.
data(gmbn_body)
network(gmbn_body)
data(gmdbn_air)
network(gmdbn_air$b_2)