permute_axis_names: Generate All Permutations of Axis Names

View source: R/ggparallel_specific_utils.R

permute_axis_namesR 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.


ggEDA documentation built on Sept. 9, 2025, 5:45 p.m.