int2age | R Documentation |
Determine lower bounds of age classes based on a vector of age intervals and a starting age.
int2age(AgeInt, ageMin = 0)
AgeInt |
integer or numeric. Vector of age intervals. |
ageMin |
integer. The lowest age, default 0. |
Age vector of same length as AgeInt
.
AgeInt <- c(1,4,rep(5,17))
int2age(AgeInt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.