modifyConstruct: modifyConstruct...

Description Usage Arguments Details Value Examples

Description

modifyConstruct

Usage

1
2
modifyConstruct(x, pos, l.name=NA, l.preferred=NA, l.emerged=NA,
    r.name=NA, r.preferred=NA, r.emerged=NA, replace=FALSE)

Arguments

x

repgrid object

pos

row number of construct in the grid to be changed

l.name

(optional) name of the left pole (string)

r.name

(optional) name of the right pole (string)

l.preferred

(optional) is the left one the preferred pole? (logical)

r.preferred

(optional) is the right one the preferred pole? (logical)

l.emerged

(optional) is the left one the emergent pole? (logical)

r.emerged

(optional) is the right one the emergent pole? (logical)

replace

should the sttributes be replaced if NA is provided?

Details

change the attributes of a construct

Value

repgrid object

Examples

1
2
3
4
5
## Not run: 

####  TODO  ####

## End(Not run)

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