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

View source: R/dev-functions.r

permuteConstructsR Documentation

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)

Arguments

x

repgrid object.

progress

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

Value

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

Examples

## Not run: 

l <- permuteConstructs(mackay1992)
l

## End(Not run)


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