ArgumentOriginalName:
Finds the original value (name of expression) of the argument of a function even in the case of embedded calls.
Description
This function is used internally to find the name of arguments passed to entropart functions such as PhyloDiversity
that store them in their results.
Usage
ArgumentOriginalName(x)
Value
The name of the argument.
Details
The function searches the name of the argument in the parent frame of the function and stops at the top.