well_plate: Create a Tibble of Plate Information

View source: R/plate.R

well_plateR Documentation

Create a Tibble of Plate Information

Description

Generates a tibble that contains row, col, and well ID for the size of the plate specified in nrow and ncol. If vectors of length ⁠> 1⁠ are supplied to either nrow or ncol, the contents of the vectors are used instead of their numeric value.

Usage

well_plate(nrow = 8, ncol = 12)

Arguments

nrow

Number of rows to have in the generated plate.

ncol

NUmber of columns to have in the generated plate.

Value

a tibble

Examples

well_plate(nrow = 8, ncol = 12)
well_plate(nrow = 4, ncol = 6)

rforbiochemists/wellr documentation built on March 28, 2024, 4:26 a.m.