Learn R Programming

OpenRepGrid (version 0.1.9)

modifyConstruct: modify a construct

Description

change the attributes of a construct

Usage

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)
l.preferred
(optional) is the left one the preferred pole? (logical)
l.emerged
(optional) is the left one the emergent pole? (logical)
r.name
(optional) name of the right pole (string)
r.preferred
(optional) is the right one the preferred pole? (logical)
r.emerged
(optional) is the right one the emergent pole? (logical)
replace
should the sttributes be replaced if NA is provided?

Value

repgrid object

Examples

Run this code
## Not run: 
# 
#    ####  TODO  ####
# ## End(Not run)

Run the code above in your browser using DataLab