.CheckSize {Quartet} | R Documentation |
Trees with > 477 leaves may have counts > .Machine$integer.max so cannot be reliably evaluated.
.CheckSize(tree)
## S3 method for class 'phylo'
.CheckSize(tree)
## S3 method for class 'list'
.CheckSize(tree)
## S3 method for class 'multiPhylo'
.CheckSize(tree)
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.