dim.repgrid: Return size of a grid.

View source: R/repgrid-basicops.r

dim.repgridR 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)


markheckmann/OpenRepGrid documentation built on April 14, 2024, 8:15 a.m.