View source: R/SplitVariablesMB.R
SplitVariablesMB | R Documentation |
Internal function used for ExpandMultiBlock Splits a data.frame or a matrix into smaller sets and returns a MultiBlock object.
SplitVariablesMB(data = NULL, metadata = NULL, columns = NULL, minblock = 0)
data |
A data.frame or a matrix. Samples are in rows and variables in columns. |
metadata |
The metadata associated with the variables. It has the same number of rows than columns are in data. |
columns |
The columns from metadata that will guide the split. Optional |
minblock |
The minimal number of variables that need to be contained in a block in order to be kept. |
The MultiBlock.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.