structure {gmgm} | R Documentation |
This function provides the graphical structure of a Gaussian mixture graphical model.
structure(gmgm)
gmgm |
An object of class |
A list with elements:
nodes |
A character vector containing the nodes. |
arcs |
For a |
data(gmbn_body)
struct_1 <- structure(gmbn_body)
data(gmdbn_air)
struct_2 <- structure(gmdbn_air)