ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: CompPart - compare two partitions

CALLING SEQUENCE:

CompPart(part1, part2)
CompPart(part1, part2, kind)
PART[CompPart](part1, part2)
PART[CompPart](part1, part2, kind)

PARAMETERS:

part1, part2 = any partitions
kind = 'natural', 'lexic', 'cixel'

SYNOPSIS:

EXAMPLES:


> with(PART):
> CompPart([3,2,1], [3,2,1,1], 'cixel');
 
                                      true
 
> CompPart([3,2,1], [3,2,1,1], 'lexic');
 
                                     false
 
> CompPart([3,2,1], [3,2,1,1]);
 
                                      true
 

SEE ALSO: PartOrderMat ListPart