calc_effort_AB: Calculate focal time for female A while female B was present

Description Usage Arguments Examples

Description

Calculates focal effort with female A while female B was present for the specifiec group and time period

Usage

1
2
3
4
5
6
7
8
9
calc_effort_AB(
  focaldata,
  census_pace,
  biography_pace,
  group,
  start,
  end,
  minAgeF
)

Arguments

focaldata

Dataset with focaldata from capuchin monkeys

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

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

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
3
effort_AB(focaldata = dataset, census_pace = Vcensus, biography_pace =
Vbiography, group = "GUAN", start = "2007-01-01", end = "2011-12-31", minAgeF
= 5)

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