multiblock_biprojector | R Documentation |
Constructs a multiblock bi-projector using the given component matrix (v
), score matrix (s
), singular values (sdev
),
a preprocessing function, and a list of block indices. This allows for two-way mapping with multiblock data.
multiblock_biprojector(
v,
s,
sdev,
preproc = prep(pass()),
...,
block_indices,
classes = NULL
)
v |
A matrix of components (nrow = number of variables, ncol = number of components). |
s |
A matrix of scores (nrow = samples, ncol = components). |
sdev |
A numeric vector of singular values or standard deviations. |
preproc |
A pre-processing object (default: |
... |
Extra arguments. |
block_indices |
A list of numeric vectors specifying data block variable indices. |
classes |
Additional class attributes (default NULL). |
A multiblock_biprojector
object.
bi_projector, multiblock_projector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.