create_random_phylogeny: Create a random phylogeny

View source: R/create_random_phylogeny.R

create_random_phylogenyR 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)

beastier documentation built on Nov. 7, 2023, 5:08 p.m.