as.bitsplits {ape}R Documentation

Conversion Among Split Classes

Description

as.bitsplits is a generic function with a method for objects of class "prop.part".

Usage

as.bitsplits(x)
## S3 method for class 'prop.part'
as.bitsplits(x)
## S3 method for class 'bitsplits'
print(x, ...)

Arguments

x

an object of the appropriate class.

...

further arguments passed to or from other methods.

Value

an object of class "bitsplits" or NULL for print.

Author(s)

Emmanuel Paradis

Examples

tr <- rtree(20)
pp <- prop.part(tr)
as.bitsplits(pp)

[Package ape version 3.0 Index]