fp_gen2alias: Given a generator, find the alias

fp_gen2aliasR Documentation

Given a generator, find the alias

Description

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

Usage

fp_gen2alias(generator, effect)

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.

Value

An effect (string).

Examples

fp_gen2alias("ABCD", "BD")

adas.utils documentation built on June 8, 2025, 10:29 a.m.