[.tabxplor_grouped_tab {tabxplor} | R Documentation |
subset method for class tabxplor_grouped_tab
Description
subset method for class tabxplor_grouped_tab
Usage
"x[i] ; x[i, j, ... , drop = TRUE]"
Arguments
x |
A tabxplor_grouped_tab object. |
i , j , ... |
Indices |
drop |
For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension (see the examples). This only works for extracting elements, not for the replacement. |
Value
An object of class tabxplor_grouped_tab
.
[Package tabxplor version 1.1.3 Index]