dim.gridlist: Number of constructs and elements all repgrids in gridlist
Description
Number of constructs and elements all repgrids in gridlist
Usage
# S3 method for 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.