determine_presence: Determine presence of female in group

Description Usage Arguments Examples

Description

This function uses census and biography data from the PACE database to determine the periods of time females with specified minimum age minAgeF were present in a group from start to end. The function does only work for females with known DOB

Usage

1
determine_presence(census_pace, biography_pace, group, start, end, minAgeF)

Arguments

census_pace

Dataframe from the PACE database with monthly capuchin census data

biography_pace

Dataframe from the PACE database with individual biography data

group

Name of the social group

start, end

Define first and last day (YYYY-MM-DD) of the desired time period

minAgeF

The minimum age of females to be included (in years)

Examples

1
2
female_presence(census_pace, biogaphy_pace, group = "GUAN", start =
"2007-01-01", end = "2011-12-31", minAgeF = 5)

urskalbitzer/daginR documentation built on Jan. 21, 2020, 1:26 a.m.