PCA ordering (PC1)

PCA_ordering(X, center = TRUE, scale = FALSE, scale01 = TRUE)

Arguments

X

numeric matrix (n x D).

center

logical.

scale

logical.

scale01

logical; if TRUE, rescale returned t to [0,1].

Value

list(t, keep_idx)