powered by
Closure operator
miniclo(x)
x with row entries divided by sum of row (converts vectors to row matricies)
vector or matrix (rows are samples, parts are columns) of data in simplex
x <- matrix(runif(30), 10, 3) x <- miniclo(x)
Run the code above in your browser using DataLab