permute_axis_names {ggEDA}R Documentation

Generate All Permutations of Axis Names

Description

Takes a character vector of axis names and returns a matrix of permutations.

Usage

permute_axis_names(axis_names)

Arguments

axis_names

A character vector of axis names.

Value

A matrix where each row represents one permutation of axis_names.


[Package ggEDA version 0.1.0 Index]