ape (version 3.0-10)

is.compatible: Check Compatibility of Splits

Description

is.compatible is a generic function with a method for the class "bitsplits". It checks whether a set of splits is compatible using the arecompatible function.

Usage

is.compatible(obj)
## S3 method for class 'bitsplits':
is.compatible(obj)
arecompatible(x, y, n)

Arguments

Value

TRUE if the splits are compatible, FALSE otherwise.