powered by
Add a new construct to an existing grid object.
addConstruct( x, l.name = NA, r.name = NA, scores = NA, l.preferred = NA, r.preferred = NA, l.emerged = NA, r.emerged = NA, position = NA, side = "pre" )
repgrid object.
repgrid
Name of the left pole (character string).
Name of the right pole (character string).
Numerical ratings for the new construct row (length must match number of elements in the grid).
Is the left one the preferred pole? (logical).
Is the right one the preferred pole? (logical).
Is the left one the emergent pole? (logical).
Is the right one the emergent pole? (logical).
An integer at which row the construct will be added. TODO. Does not work properly.
Not yet in use.
addElement()
if (FALSE) { # show grid bell2010 addConstruct(bell2010, "left pole", "pole right", c(3, 1, 3, 2, 5, 4, 6, 3, 7, 1)) }
Run the code above in your browser using DataLab