[,repgrid-method | R Documentation |
Methods for "["
, i.e., subsetting of repgrid objects.
## S4 method for signature 'repgrid'
x[i, j, ..., drop = TRUE]
x |
A |
i |
Row index (numeric) |
j |
Column index. Either numeric or character (elements names). |
... |
Not evaluated. |
drop |
Not used. |
x <- boeker
x[1:4, ]
x[, 1:3]
x[1:4, 1:3]
x[1:4, c("self", "ideal self", "mother")]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.