calcBiplotCoords {OpenRepGrid} | R Documentation |
Calculate coordinates for biplot.
calcBiplotCoords(x, g = 0, h = 1 - g, col.active = NA, col.passive = NA, ...)
x |
|
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. |
col.active |
Columns (elements) that are no supplementary points, i.e. they are used in the SVD to find principal components. default is to use all elements. |
col.passive |
Columns (elements) that are supplementary points, i.e. they are NOT used
in the SVD but projected into the component space afterwards. They do not
determine the solution. Default is |
... |
Parameters to be passed on to |
a list
.