ssodm: Sum of squared off-diagonal mass

Description Usage Arguments Examples

Description

This function calculates the off-diagonal sum of squared mass for a transition matrix

Usage

1
ssodm(tm)

Arguments

tm

a transition matrix for two bipartite networks

Examples

1
2
3
data(yeast.panda)
t.matrix <- transformation.matrix(yeast.panda$cell.cycle, yeast.panda$stress.response)
ssodm(t.matrix)

dschlauch/bptools documentation built on May 15, 2019, 2:58 p.m.