modifyConstruct: modify a construct

View source: R/repgrid-basicops.r

modifyConstructR 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)


markheckmann/OpenRepGrid documentation built on April 14, 2024, 8:15 a.m.