simulatePhylo: Backbone function to simulate phylogenies

View source: R/simulatePhylogenies.R

simulatePhyloR Documentation

Backbone function to simulate phylogenies

Description

Internal function used to simulated phylogenies. Called by simulatePhyloCRBD and simulatePhyloBiSSE.

Usage

simulatePhylo(
  createPhylo,
  drawParam,
  n.phylo,
  tips.lim,
  params.lim,
  sumstat_check,
  verbose
)

Arguments

createPhylo

function used to create one phylogeny under a diversification model

drawParam

function to draw parameters of the diversification model

n.phylo

number of phylogenies to generate (int)

tips.lim

phylogeny size boundaries

params.lim

parameter boundaries

sumstat_check

logical

verbose

logical

Value

list

See Also

simulatePhyloCRBD, simulatePhyloBiSSE


ilajaait/deephylo documentation built on April 10, 2022, 11:03 a.m.