]> git.donarmstrong.com Git - ape.git/blob - man/is.compatible.Rd
big update with files from Andrei
[ape.git] / man / is.compatible.Rd
1 \name{is.compatible}
2 \alias{is.compatible}
3 \alias{is.compatible.bitsplits}
4 \alias{arecompatible}
5 \title{Check Compatibility of Splits}
6 \description{
7   \code{is.compatible} is a generic function with a method for the class
8   \code{"bitsplits"}. It checks whether a set of splits is compatible
9   using the \code{arecompatible} function.
10 }
11 \usage{
12 is.compatible(obj)
13 \method{is.compatible}{bitsplits}(obj)
14 arecompatible(x, y, n)
15 }
16 \arguments{
17   \item{obj}{an object of class \code{"bitsplits"}.}
18   \item{x, y}{a vector of mode raw\code{}.}
19   \item{n}{the number of taxa in the splits.}
20 }
21 \value{
22   \code{TRUE} if the splits are compatible, \code{FALSE} otherwise.
23 }
24 \author{Andrei Popescu \email{niteloserpopescu@gmail.com}}
25 \keyword{manip}