miniclo | R Documentation |
Closure operator
miniclo(x)
x |
vector or matrix (rows are samples, parts are columns) of data in simplex |
x with row entries divided by sum of row (converts vectors to row matricies)
x <- matrix(runif(30), 10, 3)
x <- miniclo(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.