Learn R Programming

OpenRepGrid (version 0.1.17)

getRatingLayer: get rating layer

Description

get rating layer

Usage

getRatingLayer(x, layer = 1, names = TRUE, trim = 10)

Value

a matrix

Arguments

x

repgrid object.

layer

layer to be returned.

names

extract row and columns names (constructs and elements).

trim

the number of characters a row or column name is trimmed to (default is 10). If NA no trimming is done. Trimming simply saves space when displaying the output.

Examples

Run this code
if (FALSE) {

getRatingLayer(bell2010)
}

Run the code above in your browser using DataLab