Description Usage Arguments Value Author(s) See Also Examples
Add an element to an existing grid.
1 2  | 
x | 
 
  | 
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.  | 
repgrid object
Mark Heckmann
1 2 3 4 5 6 7  | ## Not run: 
bell2010      
addElement(bell2010, "new element", c(1,2,5,4,3,6,5,2,7))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.