compnames {multiblock} | R Documentation |
Vector of component names
Description
Convenience function for creating a vector
of component names based on the dimensions the input object
(matrix
or object having a score
function).
Usage
compnames(object, comps, explvar = FALSE, ...)
Arguments
object |
An object fitted using the multiblock package. |
comps |
|
explvar |
|
... |
Unused |
Details
This is a copy of compnames
from the pls
package to work with
multiblock
objects.
Value
A character
vector of component names.
[Package multiblock version 0.8.8.1 Index]