setConstructAttr: Set the attributes of a construct

View source: R/repgrid-basicops.r

setConstructAttrR Documentation

Set the attributes of a construct

Description

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

Usage

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

Value

repgrid object

See Also

setElementAttr()

Examples

## Not run: 

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

## End(Not run)


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