Description Usage Arguments Value Author(s) Examples
View source: R/make_population.R
This function takes a frequencies()
object and
returns a data.frame
with the appropriate
stratum and loci derived randomly.
1 | make_population(x, N = 20, F = 0)
|
x |
A |
N |
The number of individuals to create (default = 20). This is a 'per-stratum' estimate so if you have K strata the result will be K*N individuals. |
F |
The inbreeding index (Fis). |
A data.frame
with individuals, loci, and potentially strata
Rodney J. Dyer rjdyer@vcu.edu
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.