Learn R Programming

adas.utils (version 1.0.0)

fp_gen2alias: Given a generator, find the alias

Description

Given a generator and an effect, this function returns the alias.

Usage

fp_gen2alias(generator, effect)

Value

An effect (string).

Arguments

generator

a generator, in the form of ABCD....

effect

an effect, in the form of BD....

Details

Generators and aliases are strings of capital letters.

Examples

Run this code
fp_gen2alias("ABCD", "BD")

Run the code above in your browser using DataLab