get.individual.loc {MoBPS} | R Documentation |
Export location of individuals from the population list
Description
Export location of individuals from the population list
Usage
get.individual.loc(population, database = NULL, gen = NULL, cohorts = NULL)
Arguments
population |
Population list |
database |
Groups of individuals to consider for the export |
gen |
Quick-insert for database (vector of all generations to export) |
cohorts |
Quick-insert for database (vector of names of cohorts to export) |
Value
Storage Position for in gen/database/cohorts selected individuals (Generation/Sex/IndividualNr)
Examples
data(ex_pop)
get.individual.loc(ex_pop, gen=2)
[Package MoBPS version 1.6.64 Index]