View source: R/get_site_model_n_distrs.R
get_site_model_n_distrs | R Documentation |
Get the number of distributions a site model has
get_site_model_n_distrs(site_model)
site_model |
a site model,
as returned by |
the number of distributions a site model has
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# 5: rates AC, AG, AT, CG and GT
get_site_model_n_distrs(create_gtr_site_model())
# 1: kappa
get_site_model_n_distrs(create_hky_site_model())
# 0: npne
get_site_model_n_distrs(create_jc69_site_model())
# 2: kappa 1 and kappa 2
get_site_model_n_distrs(create_tn93_site_model())
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.