Learn R Programming

gmgm (version 1.1.2)

network: 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)

Value

A visNetwork object displaying the graphical structure.

Arguments

gmbn

An object of class gmbn.

Examples

Run this code
data(gmbn_body)
network(gmbn_body)

data(gmdbn_air)
network(gmdbn_air$b_2)

Run the code above in your browser using DataLab