isValidCigar: Is 'x' a valid cigar?

View source: R/ngsTools.R

isValidCigarR Documentation

Is x a valid cigar?

Description

Tests whether x is a valid cigar by checking the format of the character.

Usage

isValidCigar(x)

Arguments

x

a character vector to check.

Value

Returns a logical vector answering which elements are valid cigars.

Author(s)

Rehrauer, Hubert

Schmid, Peter

See Also

cigarWidthAlongReferenceSpace

Examples

isValidCigar("3M5G")

uzh/ezRun documentation built on April 19, 2024, 8:25 a.m.