Description Usage Arguments Value Examples
Calculates the age that each dolphin in a dataframe is at the date supplied in a corresponding vector of dates.
1 | HowOld(Your_Data, Your_Dates, Age = "Days")
|
Your_Data |
The data for the individuals of interest, in Life History data-format |
Your_Dates |
A vector of dates the same length as Your_Data, where each value corresponds to one row of Your_Data |
Age |
Specify whether you want the output ages in "Days" (age in days) or "Years" (age in years). Default is Days. |
Vector of each individual's ages, where each value corresponds to one row of Your_Data
1 | HowOld(Your_Data, Your_Dates, Age = "Years")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.