setConstructAttr: Set the attributes of a construct...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Set the attributes of a construct

Usage

1
2
setConstructAttr(x, pos, l.name, r.name, l.preferred, r.preferred,
    l.emerged, r.emerged)

Arguments

x

repgrid object.

pos

Row number of construct in the grid to be changed

l.name

Name of the left pole (string) (optional).

r.name

Name of the right pole (string) (optional).

l.preferred

Logical. Is the left one the preferred pole? (optional).

r.preferred

Logical. Is the right one the preferred pole? (optional).

l.emerged

Logical. Is the left one the emergent pole? (optional).

r.emerged

Logical. Is the right one the emergent pole? (optional).

Details

Set the attributes of a construct i.e. name, abbreviation, status etc.

Value

repgrid object

Author(s)

Mark Heckmann

See Also

setElementAttr

Examples

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

x <- setConstructAttr(bell2010, 1, 
"new left pole", "new right pole")
x

## End(Not run)

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