shift: Shift construct or element to first position...

Description Usage Arguments Details Value Author(s) Examples

Description

Shift construct or element to first position

Usage

1
shift(x, c=1, e=1)

Arguments

x

repgrid object.

c

Index of construct to be shifted to first position.

e

Index of element to be shifted to first position.

Details

Shifts the whole grid vertically or horizontally so that the order remains the same but the prompted element or construct appears in first position.

Value

repgrid object.

Author(s)

Mark Heckmann

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

# shift element 13: 'Ideal self' to first position
shift(feixas2004, 13)    

x <- randomGrid(5,10)
shift(x, 3, 5)

## End(Not run)

OpenRepGrid documentation built on May 2, 2019, 4:54 p.m.