.CheckSize | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.