View source: R/is.compatible.R
is.compatible | R Documentation |
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.
is.compatible(obj)
## S3 method for class 'bitsplits'
is.compatible(obj)
arecompatible(x, y, n)
obj |
an object of class |
x , y |
a vector of mode raw. |
n |
the number of taxa in the splits. |
TRUE
if the splits are compatible, FALSE
otherwise.
Andrei Popescu
as.bitsplits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.