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