FUNCTION: Compo2Conjugate - conjugate a composition
 
CALLING SEQUENCE:
-   Compo2Conjugate(comp)
-   COMP[Compo2Conjugate](comp)
-  
   
PARAMETERS:
- comp =  any list denoting a composition
 
 
SYNOPSIS:
-  The Compo2Conjugate  function calculates the conjugate  (or transposed)
  of a  composition.    Geometrically,  a composition is represented by a
  ribbon    (i.e. a skew diagram of width 1)  and conjugation  amounts to
  reflecting the diagram with respect to the main diagonal.
 
 
-  Whenever there is a conflict between the function name  Compo2Conjugate
  and  another  name  used  in  the  same  session, use   the  long  form
  COMP['Compo2Conjugate'].
 
 
EXAMPLES:
> with(COMP):
> Compo2Conjugate([1,4,1,1,2,2]);
 
                               [1, 2, 4, 1, 1, 2]
 
SEE ALSO: