dim.gridlist {OpenRepGrid} | R Documentation |
Number of constructs and elements all repgrids in gridlist
Description
Number of constructs and elements all repgrids in gridlist
Usage
## S3 method for class 'gridlist'
dim(x)
Arguments
x |
A gridlist object. |
Details
nrow
and ncol
are also covered by this approach
as they access the dim method. The others are not generic
and making them so introduces warnings, which I try to avoid.
Value
A list of length 2.
[Package OpenRepGrid version 0.1.18 Index]