is.well: Determine Whether a Given String is a Valid Well Label

Description Usage Arguments Value Examples

Description

Determine Whether a Given String is a Valid Well Label

Usage

1
is.well(well)

Arguments

well

A well label (e.g., "A6")

Value

A logical value indicating whether or not the given well label is valid

Examples

1
2
is.well("A6")
is.well(c("A3", "A4", "G6"))

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