create_results_file_name: Create results file name

Description Usage Arguments

View source: R/sls_main_utils.R

Description

Create results file name

Usage

1
2
3
4
5
6
7
8
9
create_results_file_name(
  results_folder,
  sim_pars,
  optim_ids,
  cond,
  n_0,
  t_0s,
  seed
)

Arguments

results_folder

The results folder insider the project folder.

sim_pars

parameters of the simulation

optim_ids

ids of the parameters you want to optimize.

cond

type of conditioning:

  • cond = 0 no conditiong;

  • cond = 1 conditions on the survival of crown descendents;

  • cond = 2 conditions on the survival of subclade and on the other crown descendents in the main clade;

  • cond = 3 conditions on the survival of the subclade and both crown descendents in the main clade;

n_0

starting number of lineages

t_0s

starting time for each clade

seed

the seed


Giappo/sls documentation built on Feb. 1, 2021, 9:55 a.m.