init_jc69_site_model {beautier}R Documentation

Initializes a JC69 site model

Description

Initializes a JC69 site model

Usage

init_jc69_site_model(jc69_site_model, distr_id = 0, param_id = 0)

Arguments

jc69_site_model

a JC69 site model, as returned by create_jc69_site_model

distr_id

a distributions' ID

param_id

a parameter's ID

Value

an initialized HKY site model

Author(s)

Richèl J.C. Bilderbeek

Examples

check_empty_beautier_folder()

hky_site_model <- create_hky_site_model()
is_init_hky_site_model(hky_site_model)
hky_site_model <- init_hky_site_model(hky_site_model)
is_init_hky_site_model(hky_site_model)

check_empty_beautier_folder()

[Package beautier version 2.6.12 Index]