alignByPreferredPole {OpenRepGrid} | R Documentation |
Align constructs by preferred pole
Description
The direction of the constructs in a grid is arbitrary. While their reversal (see reverse()
) does not affect the information
contained in the grid, it is often useful to align constructs for easier interpretation. One way of alignment
is placing all positive poles on the same side. Note that this this is only possible if the preferred poles
are defined (see preferredPoles()
).
Usage
alignByPreferredPole(x, side_positive = "right")
Arguments
x |
A |
side_positive |
Align all positoive poles on ' |
Value
A repgrid
object with aligned constructs.
See Also
Aligning constructs
alignByIdeal()
,
alignByLoadings()
Examples
x <- preferredPolesByIdeal(boeker, "ideal self")
x <- alignByPreferredPole(x)
x
[Package OpenRepGrid version 0.1.18 Index]