Learn R Programming

experDesign (version 0.4.0)

position_name: Create position names for a grid.

Description

Create position names for a grid.

Usage

position_name(rows, 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.

Arguments

rows

Names of the rows.

columns

Names of the columns.

Examples

Run this code
position_name(c("A", "B"), 1:2)

Run the code above in your browser using DataLab