dim.repgrid {OpenRepGrid}R Documentation

Return size of a grid.

Description

dim returns a numeric vector of length two containing the number of constructs and elements.

Usage

## S3 method for class 'repgrid'
dim(x)

Arguments

x

repgrid object.

Value

Numeric vector of length two with the number of constructs and elements.

See Also

getNoOfConstructs(); getNoOfElements()

Examples

## Not run: 

dim(bell2010)

## End(Not run)


[Package OpenRepGrid version 0.1.16 Index]