as.splits
produces a list of splits or bipartitions.as.splits(x, ...)
## S3 method for class 'phylo':
as.splits(x, ...)
## S3 method for class 'multiPhylo':
as.splits(x, ...)
## S3 method for class 'splits':
print(x, maxp = getOption("max.print"), zero.print = ".",
one.print = "|", ...)
## S3 method for class 'splits':
as.prop.part(x, ...)
compatible(obj)
allSplits(k, labels = NULL)
write.nexus.splits(obj, file="", weights=NULL)
read.nexus.splits(file)
addConfidences(obj, phy)
options(max.print)
, influences how many entries of large matrices are printed at all.as.splits
returns an object of class splits, which is mainly a list of splits and some attributes.
compatible
return a lower triangular matrix where an 1 indicates that two splits are incompatible.prop.part
, lento
, distanceHadamard
, as.networx
(sp <- as.splits(rtree(5)))
write.nexus.splits(sp)
Run the code above in your browser using DataLab