calcBiplotCoords: Calculate coordinates for biplot.

View source: R/repgrid-plots.r

calcBiplotCoordsR Documentation

Calculate coordinates for biplot.

Description

Calculate coordinates for biplot.

Usage

calcBiplotCoords(x, g = 0, h = 1 - g, col.active = NA, col.passive = NA, ...)

Arguments

x

repgrid object.

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 NA, i.e. no elements are set supplementary.

...

Parameters to be passed on to center() and normalize.

Value

a list.


OpenRepGrid documentation built on May 31, 2023, 5:33 p.m.