HRMnetwork: Object of class 'HRMnetwork'

View source: R/gr_HRMnetwork.R

HRMnetworkR Documentation

Object of class HRMnetwork

Description

Object of class HRMnetwork

Usage

HRMnetwork(g)

Arguments

g

must be an igraph object

Value

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.

Examples

g<- graph(c("a","b", "b","c", "b", "d"), directed=FALSE)
hrmnet<- HRMnetwork(g)

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