View source: R/repgrid-basicops.r
bind | R Documentation |
I.e. the constructs are combined to form one long grid. This function can be used in order to analyze multiple grids as one 'big grid' (eg. Slater, 1977, chap. 11).
bind(x, y, match = TRUE, index = TRUE)
x |
|
y |
|
match |
If the elements do not have the same order they
are reordered to match the element order of the first grid 'x'
(if |
index |
TODO. Logical (default |
repgrid
object
Slater, P. (1977). The measurement of intrapersonal space by grid technique. London: Wiley.
## Not run:
a <- randomGrid()
b <- randomGrid()
elements(b) <- rev(elements(a)) # reverse elements
bindConstructs(a, b)
bindConstructs(a, b, m = F) # no binding
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.