modifyConstruct {OpenRepGrid} | R Documentation |
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
## Not run:
#### TODO ####
## End(Not run)
[Package OpenRepGrid version 0.1.18 Index]