as.bitsplits {ape} | R Documentation |
as.bitsplits
is a generic function with a method for objects of
class "prop.part"
.
as.bitsplits(x) ## S3 method for class 'prop.part' as.bitsplits(x) ## S3 method for class 'bitsplits' print(x, ...)
x |
an object of the appropriate class. |
... |
further arguments passed to or from other methods. |
an object of class "bitsplits"
or NULL for print
.
Emmanuel Paradis
tr <- rtree(20) pp <- prop.part(tr) as.bitsplits(pp)