tjthurman / BAHZ

An R package for Bayesian analysis of hybrid zones
GNU General Public License v3.0
3 stars 1 forks source link

Function renaming? #30

Closed tjthurman closed 5 years ago

tjthurman commented 5 years ago

Some ideas to unify fxn names, and prep for future pheno cline implementation:

prepping functions:

load_cline_data -> prep_geno_data DONE make_init_list -> prep_init_list DONE make_prior_list -> prep_prior_list DONE

Main user functions:

fit_cline -> fit_geno_cline DONE sim_data_from_cline -> sim_geno_cline DONE