View source: R/set.age.point.R
| set.age.point | R Documentation |
Function to overwrite age.points of individuals
set.age.point(
population,
database = NULL,
gen = NULL,
cohorts = NULL,
time.point = 0
)
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) |
time.point |
Input value for the age point (time of birth) of an individual (default: 0) |
Population-List with newly entered class values
data(ex_pop)
population <- set.age.point(ex_pop, database=cbind(1,1), time.point = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.