Learn R Programming

OpenRepGrid (version 0.1.17)

getElementNames: Retrieve element names of repgrid object.

Description

Function for convenience, so new users do not have to deal with object slots as they will typically not have knowledge about R object structures (S3, S4).

Usage

getElementNames(x)

Value

vector Vector containing the names of the elements.

Arguments

x

repgrid object.

Deprecated functions

getElementNames(), getElementNames2(), and eNames() have been deprecated. Instead use elements().