Learn R Programming

beastier (version 2.5)

create_random_phylogeny: Create a random phylogeny

Description

Create a random phylogeny

Usage

create_random_phylogeny(n_taxa, taxa_name_ext = "")

Value

a phylogeny of class `phylo` (which is part of the `ape` package)

Arguments

n_taxa

The number of taxa

taxa_name_ext

the extension of the taxa names

Author

Richèl J.C. Bilderbeek

Examples

Run this code
create_random_phylogeny(n_taxa = 6)

Run the code above in your browser using DataLab