clusterRepro-internal {clusterRepro}R Documentation

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

Details

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

Value

The matrix of permuted columns is returned.

Author(s)

Trevor Hastie


[Package clusterRepro version 0.9 Index]