powered by
HRMnetwork
Object of class HRMnetwork
HRMnetwork(g)
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.
$graph
$depParams
must be an igraph object
igraph
g<- graph(c("a","b", "b","c", "b", "d"), directed=FALSE) hrmnet<- HRMnetwork(g)
Run the code above in your browser using DataLab