Learn R Programming

OpenRepGrid (version 0.1.14)

dim.repgrid: 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 repgrid
dim(x)

Value

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

Arguments

x

repgrid object.

See Also

getNoOfConstructs; getNoOfElements

Examples

Run this code
if (FALSE) {

     dim(bell2010)

}

Run the code above in your browser using DataLab