powered by
Create position names for a grid.
position_name(rows, columns)
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.
Names of the rows.
Names of the columns.
position_name(c("A", "B"), 1:2)
Run the code above in your browser using DataLab