HRMtree: Object of class 'HRMtree'

View source: R/gr_HRMnetwork.R

HRMtreeR Documentation

Object of class HRMtree

Description

Object of class HRMtree

Usage

HRMtree(g)

Arguments

g

must be an igraph object

Value

Object of class HRMtree with two slots: $graph containing the graph and the other $depParams the edge weights corresponding to the dependence parameters.

Examples

g<- graph(c("a","b", "b","c", "b", "d"), directed=FALSE)
hrmtree<- HRMtree(g)

gremes documentation built on Feb. 16, 2023, 8:06 p.m.