Learn R Programming

OpenRepGrid (version 0.1.16)

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)

Value

A list of length 2.

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.