create_random_phylogeny {beastier} | R Documentation |
Create a random phylogeny
Description
Create a random phylogeny
Usage
create_random_phylogeny(n_taxa, taxa_name_ext = "")
Arguments
n_taxa |
The number of taxa |
taxa_name_ext |
the extension of the taxa names |
Value
a phylogeny of class 'phylo' (which is part of the 'ape' package)
Author(s)
Richèl J.C. Bilderbeek
Examples
create_random_phylogeny(n_taxa = 6)
[Package beastier version 2.5.1 Index]