muEC::COMP::CompCompo – compares two compositions
The muEC::COMP::CompCompo function compares two compositions. The ordering is set by the argument kind, and the function returns TRUE if .
Decomposing parts of the first composition gives the list of finer compositions.
Call:
muEC::COMP::CompCompo(, , kind)
Parameters:
: |
any list denoting a composition |
: |
any list denoting a composition |
kind: |
lexic, cixel or finer |
Related Functions:
muEC::COMP::ListCompo, muEC::COMP::ListCompoFatter, muEC::COMP::ListCompoFiner, muEC::TYP::IsCompo
muEC::COMP::CompCompo( [2,3,4], [1,1,3,4], finer );
muEC::COMP::CompCompo( [1,1,3,4], [2,3,3], lexic );
muEC::COMP::CompCompo( [1,1,3,4], [2,3,3], cixel );