boot_dna | R Documentation |
boot_dna()
generates random bootstrap alignments for confidence interval estimation
using confidence_intervals. Thus, it is meant to be an internal function of this package.
boot_dna(dna, block = 1)
dna |
an object of class DNAbin. |
block |
integer. Number of columns to be resampled together. Default to 1. |
a DNAbin object.
Pedro S. Bittencourt
boot <- boot_dna(geophagus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.