flash_factors_reorder {flashier} | R Documentation |
Reorder factors in a flash object
Description
Reorders the factor/loadings pairs in a flash
object.
Usage
flash_factors_reorder(flash, kset)
Arguments
flash |
A |
kset |
A vector of integers specifying the new order of the
factor/loadings pairs. All existing factors must be included in
|
Value
The flash
object from argument flash
, with the
factors reordered according to argument kset
.
[Package flashier version 1.0.7 Index]