powered by
HRMtree
Object of class HRMtree
HRMtree(g)
Object of class HRMtree with two slots: $graph containing the graph and the other $depParams the edge weights corresponding to the dependence parameters.
$graph
$depParams
must be an igraph object
igraph
g<- graph(c("a","b", "b","c", "b", "d"), directed=FALSE) hrmtree<- HRMtree(g)
Run the code above in your browser using DataLab