m2g: mobius form to graphs Base on the form of linear combination...

Description Usage Arguments Value Examples

View source: R/m2g.R

Description

mobius form to graphs Base on the form of linear combination of mobius parameters, list its corresponding graphs

Usage

1
m2g(mobius.mat)

Arguments

mobius.mat

Matrix, each row is the linear combination of mobius parameters, representing an unknow graph. the column names of mobius.mat should be from graphTable.

Value

A vector reprents the graphs corresponding with each each row of mobius.mat

Examples

1
2
3
three_extrem = rbind(c(1, 0, 2/3, 1/3), c(1, 0, 0, 0), c(1, 0, 1/3, 0), c(1, 1, 1, 1))
colnames(three_extrem) = c("3k1", "k3", "p3.bar", "p3")
m2g(three_extrem)

placeboo/subgraph documentation built on May 29, 2019, 7:37 a.m.