network {gmgm} | R Documentation |
Display the graphical structure of a Gaussian mixture Bayesian network
Description
This function displays the graphical structure of a Gaussian mixture Bayesian network.
Usage
network(gmbn)
Arguments
gmbn |
An object of class |
Value
A visNetwork
object displaying the graphical structure.
Examples
data(gmbn_body)
network(gmbn_body)
data(gmdbn_air)
network(gmdbn_air$b_2)
[Package gmgm version 1.1.2 Index]