generate_trees_tbb: function to perform ABC-SMC

View source: R/generate_trees_tbb.R

generate_trees_tbbR Documentation

function to perform ABC-SMC

Description

function to perform ABC-SMC

Usage

generate_trees_tbb(
  number_of_trees = 1000,
  min_tips = 50,
  max_tips = 150,
  model = NULL,
  crown_age = NULL,
  file_name = NULL,
  num_threads = -1
)

Arguments

number_of_trees

number of trees to generate

min_tips

minimum number of tips (inclusive)

max_tips

maximum number of tips (inclusive)

model

used water model

crown_age

crown age

file_name

file name to write output to

num_threads

number of threads

Value

a matrix with parameter values and the associated summary statistics


thijsjanzen/enviDiv documentation built on Feb. 17, 2025, 8:20 p.m.