Description Usage Arguments Value Examples
Identify the grandmother of each individual of interest and return her life history information. Should be run only after HasGrandma to ensure all individuals do have grandmothers in the population first.
1 | WhosGrandma(Your_Data, Full_Data)
|
Your_Data |
The data for the individuals of interest, in Life History data-format |
Full_Data |
The data for the full known population in the study area, in Life History data-format |
A dataframe in Life History data-format of the life history data of the grandmothers of input individuals
1 2 | MyData = HasGrandma(Your_Data, Full_Data)
WhosGrandma(MyData, Full_Data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.