Learn R Programming

delimtools (version 0.2.0)

boot_dna: Boostrapping DNA sequences

Description

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.

Usage

boot_dna(dna, block = 1)

Value

a DNAbin object.

Arguments

dna

an object of class DNAbin.

block

integer. Number of columns to be resampled together. Default to 1.

Author

Pedro S. Bittencourt

Examples

Run this code
boot <- boot_dna(geophagus)

Run the code above in your browser using DataLab