View source: R/create_LDNe_params.R
create_LDNe_params | R Documentation |
This function writes a parameter for LD Method in NeEstmator V2.1
create_LDNe_params(
x,
param_file = "LDNe_params.txt",
NE_out_file = "LDNEresults.txt",
matingsystem = 0,
crit_vals = c(0.02, 0.05, 0.1)
)
x |
RLDNe_data object or genepop file name |
param_file |
Desired name of parameter file produced |
NE_out_file |
Desired name of output file from LDNe |
matingsystem |
0: Random mating, 1: Monogamy (LD method). Defaults to Random Mating. |
crit_vals |
minimum allele frequency cutoff. Defaults to c(0.02,0.05,0.1). |
Path of created LDNe param file
Zak Robinson, Contact: zachary.robinson(at)umontana.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.