structure {gmgm} | R Documentation |
Provide the graphical structure of a Gaussian mixture graphical model
Description
This function provides the graphical structure of a Gaussian mixture graphical model.
Usage
structure(gmgm)
Arguments
gmgm |
An object of class |
Value
A list with elements:
nodes |
A character vector containing the nodes. |
arcs |
For a |
Examples
data(gmbn_body)
struct_1 <- structure(gmbn_body)
data(gmdbn_air)
struct_2 <- structure(gmdbn_air)
[Package gmgm version 1.1.2 Index]