reverseCigar {CrispRVariants}R Documentation

Reverses the order of operations in a cigar string

Description

For example, the string "20M5D15M" would become "15M5D20M"

Usage

reverseCigar(cigars)

Arguments

cigars

the cigar strings.

Value

The reversed cigar string


[Package CrispRVariants version 1.21.0 Index]