Learn R Programming

OpenRepGrid (version 0.1.16)

permuteConstructs: Generate a list with all possible construct reflections of a grid.

Description

Generate a list with all possible construct reflections of a grid.

Usage

permuteConstructs(x, progress = TRUE)

Value

A list of repgrid objects with all possible permutations of the grid.

Arguments

x

repgrid object.

progress

Whether to show a progress bar (default is TRUE). This may be sensible for a larger number of elements.

Examples

Run this code
if (FALSE) {

l <- permuteConstructs(mackay1992)
l
}

Run the code above in your browser using DataLab