well_label: Get a Well Label for the Given Row and Column

Description Usage Arguments Value Examples

Description

well_label returns a well label (e.g., "A4") for a given row and column on a microtiter plate.

Usage

1
well_label(row, column)

Arguments

row

Numeric row index(es)

column

Numeric column index(es)

Value

String containing the corresponding Well Label

Examples

1
2
well_label(1, 5)
well_label(1:8, 4)

briandconnelly/microtiterr documentation built on May 13, 2019, 5:14 a.m.