Learn R Programming

evolqg (version 0.3-4)

Partition2HypotMatrix: Create binary hypothesis

Description

Takes a vetor describing a trait partition and returns a binary matrix of the partitions where each line represents a trait and each column a module. In the output matrix, if modularity.hypot[i,j] == 1, trait i is in module j.

Usage

Partition2HypotMatrix(x)

Value

Matrix of hypothesis. Each line represents a trait and each column a module. if modularity.hypot[i,j] == 1, trait i is in module j.

Arguments

x

vector of trait partition. Each partition receive the same symbol.

Examples

Run this code
x = sample(c(1, 2, 3), 10, replace = TRUE)
Partition2HypotMatrix(x) 

Run the code above in your browser using DataLab