View source: R/gr_HRMnetwork.R
| HRMnetwork | R Documentation |
HRMnetworkObject of class HRMnetwork
HRMnetwork(g)
g |
must be an |
Object of class HRMnetwork with two slots: $graph containing the graph and
$depParams the edge weights corresponding to the dependence parameters.
The dependence parameters are initialized at zero.
g<- graph(c("a","b", "b","c", "b", "d"), directed=FALSE)
hrmnet<- HRMnetwork(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.