- x
repgrid
object.
- dim
Dimensions (i.e. principal components) to be used for biplot
(default is 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.
- unity
Scale elements and constructs coordinates to unit scale in 2D (maximum of 1)
so they are printed more neatly (default TRUE
).
- 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.
- scale.e
Scaling factor for element vectors. Will cause element points to move a bit more
to the center. This argument is for visual appeal only.
- zoom
Scaling factor for all vectors. Can be used to zoom
the plot in and out (default 1
).
- e.point.col
Color of the element symbols (default is "black"
.
- e.point.cex
Size of the element symbol (default is 1
.
- e.label.col
Color of the element labels (default is "black"
.
- e.label.cex
Size of the element labels (default is .7
.
- c.point.col
Color of the construct lines (default is grey(.6)
.
- c.label.col
Color of the construct labels (default is grey(.6)
.
- c.label.cex
Size of the construct labels (default is .6
.
- ...
Parameters to be passed on to center()
and normalize
.