Usage
reorder2d(x, dim = c(1, 2), center = 1, normalize = 0, g = 0, h = 1 - g, rc = TRUE, re = TRUE, ...)
Arguments
dim
Dimension of 2D solution used to calculate angles
(default c(1,2)
).
center
Numeric. The type of centering to be performed.
0= no centering, 1= row mean centering (construct),
2= column mean centering (elements), 3= double-centering (construct and element means),
4= midpoint centering of rows (constructs).
The default is 1
(row centering).
normalize
A numeric value indicating along what direction (rows, columns)
to normalize by standard deviations. 0 = none, 1= rows, 2 = columns
(default is 0
).
g
Power of the singular value matrix assigned to the left singular
vectors, i.e. the constructs.
h
Power of the singular value matrix assigned to the right singular
vectors, i.e. the elements.
rc
Logical. Reorder constructs by similarity (default TRUE
).
re
Logical. Reorder elements by similarity (default TRUE
).