Learn R Programming

gremes (version 0.1.1)

HRMtree: Object of class HRMtree

Description

Object of class HRMtree

Usage

HRMtree(g)

Value

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

Arguments

g

must be an igraph object

Examples

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

Run the code above in your browser using DataLab