clusterRepro (version 0.9)

clusterRepro-internal: clusterRepro Internal Functions

Description

This function randomly permutes the entries of each of the matrix's columns independently of the other columns.

Usage

permuteCol(x)

Arguments

x

matrix of at least one row and one column

Value

The matrix of permuted columns is returned.

Details

This function is not to be be called by the user.