platformLabels: Create well labels for a multiwell plate platform

Description Usage Arguments Value

Description

Utility function that generates standard well labels for standard multiwell plate formats.

Usage

1
2
platformLabels(nrow, ncol, rowLabels = c(LETTERS, paste(rep(LETTERS, each =
  length(LETTERS)), LETTERS, sep = "")))

Arguments

nrow

Number of rows.

ncol

Number of columns.

rowLabels

A character vector containing row labes. Defaults to the most common convention of using A..Z first, followed by two letter series: AA..AZ, BA..BZ, etc.

Value

A character matrix with well labels.


whitwort/plateKinetics documentation built on May 4, 2019, 5:23 a.m.