Calculate coordinates for biplot.
calcBiplotCoords(x, g = 0, h = 1 - g, col.active = NA, col.passive = NA, ...)
a list
.
repgrid
object.
Power of the singular value matrix assigned to the left singular vectors, i.e. the constructs.
Power of the singular value matrix assigned to the right singular vectors, i.e. the elements.
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.
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 NA
, i.e. no elements are set
supplementary.
Parameters to be passed on to center()
and normalize
.