Learn R Programming

gremes (version 0.1.1)

HRMnetwork: Object of class HRMnetwork

Description

Object of class HRMnetwork

Usage

HRMnetwork(g)

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.

Arguments

g

must be an igraph object

Examples

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

Run the code above in your browser using DataLab