Description Usage Arguments Value Examples
Calculates the age class of an animal based on its age and the median age at first reproduction for the species.
1  | get_age_class(age_years, mafr)
 | 
age_years | 
 Age of the animal in years.  | 
mafr | 
 Median age of first reproduction in years for the species.  | 
Output is a character string: "newborn", "juvenile", or "adult"
1  | age_class <- get_age_class(5.1, 8.78589)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.