get.individual.loc {MoBPS} | R Documentation |
Export location of individuals from the population list
get.individual.loc(population, database = NULL, gen = NULL, cohorts = NULL)
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) |
Storage Position for in gen/database/cohorts selected individuals (Generation/Sex/IndividualNr)
data(ex_pop)
get.individual.loc(ex_pop, gen=2)