fp_gen2alias {adas.utils} | R 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 |
effect |
an effect, in the form of |
Details
Generators and aliases are strings of capital letters.
Value
An effect (string).
Examples
fp_gen2alias("ABCD", "BD")
[Package adas.utils version 1.2.0 Index]