pir_run_distribution: Do multiple pirouette runs off a distribition of phylogenies

View source: R/pir_run_distribution.R

pir_run_distributionR Documentation

Do multiple pirouette runs off a distribition of phylogenies

Description

This is a simple convenience functions: supply a phylogeny generator function and one or more pirouette parameter sets. For each parameters pair, pir_run is called with a phylogeny drawn from the phylogeny generator function.

Usage

pir_run_distribution(sim_phylo_fun, pir_paramses)

Arguments

sim_phylo_fun

function that, each time when called, simulates one random tree.

pir_paramses

a list of pirouette parameters, each element created by create_pir_params.

Value

a list of pir_run outputs.


richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.