position_name: Create position names for a grid.

View source: R/utils.R

position_nameR Documentation

Create position names for a grid.

Description

Create position names for a grid.

Usage

position_name(rows, columns)

Arguments

rows

Names of the rows.

columns

Names of the columns.

Value

A data.frame with the rows and columns and the resulting name row+column. The name column is a factor for easier sorting in row, column order.

Examples

position_name(c("A", "B"), 1:2)

experDesign documentation built on May 29, 2024, 9:20 a.m.