WhosGrandma: WhosGrandma

Description Usage Arguments Value Examples

View source: R/WhosGrandma.R

Description

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.

Usage

1
WhosGrandma(Your_Data, Full_Data)

Arguments

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

Value

A dataframe in Life History data-format of the life history data of the grandmothers of input individuals

Examples

1
2
MyData = HasGrandma(Your_Data, Full_Data) 
WhosGrandma(MyData, Full_Data)

erj22/FlippR documentation built on Jan. 1, 2021, 1:09 a.m.