Learn R Programming

Quartet (version 1.2.6)

.CheckSize: Check tree size

Description

Trees with > 477 leaves may have counts > .Machine$integer.max so cannot be reliably evaluated.

Usage

.CheckSize(tree)

# S3 method for phylo .CheckSize(tree)

# S3 method for list .CheckSize(tree)

# S3 method for multiPhylo .CheckSize(tree)

Arguments

Details

It may be possible to increase this number to 568 by converting what R represents as negative integers to the unsigned equivalent that is sent from C.