simulate_pops {genogeographer} | R Documentation |
Simulate random populations
Description
Simulate random populations
Usage
simulate_pops(pop_n = 100, pop_names = NULL, pop_totals = NULL,
aims_n = 50, aims_names = NULL)
Arguments
pop_n |
Number of populations to simulate |
pop_names |
Their names. If NULL: The names are "pop_001" through "pop_pop_n" |
pop_totals |
How many observations/sampled individuals per population. If one number this is used as parameter in a Poisson distribution |
aims_n |
Number of AIMs |
aims_names |
Their names. If NULL: The names are "rs_001" through "rs_aims_n" |
Author(s)
Torben Tvedebrink tvede@math.aau.dk
[Package genogeographer version 0.1.19 Index]