addElement: Add an element to an existing grid.

View source: R/repgrid-basicops.r

addElementR Documentation

Add an element to an existing grid.

Description

Add an element to an existing grid.

Usage

addElement(
  x,
  name = NA,
  scores = NA,
  abbreviation = NA,
  status = NA,
  position = NA,
  side = "pre"
)

Arguments

x

repgrid object.

name

Name of the new element (character string).

scores

Numerical ratings for the new element column (length must match number of constructs in the grid).

abbreviation

Abbreviation for element name.

status

Element status (not yet in use).

position

An integer at which column the element will be added. TODO: Does not work properly yet.

side

Not yet in use.

Value

repgrid object

See Also

addConstruct()

Examples

## Not run: 

bell2010
addElement(bell2010, "new element", c(1, 2, 5, 4, 3, 6, 5, 2, 7))

## End(Not run)


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