indivsInfo_ExtractOriginalsBySuccess: Extract a dataframe of original IDs classified by success

View source: R/indivsInfo_ExtractOriginalsBySuccess.R

indivsInfo_ExtractOriginalsBySuccessR Documentation

Extract a dataframe of original IDs classified by success

Description

Function to extract a dataframe of original IDs classified by success.

Usage

indivsInfo_ExtractOriginalsBySuccess(dfrStart, dfrEnd = NULL)

Arguments

dfrStart

- dataframe with startTime and origID of unique initial individuals

dfrEnd

- NULL, or dataframe with startTime, orgiID, and id of unique individuals in "successful" life stage(s)

Details

The "index" consists of a dataframe with columns

  • startTime

  • origID

  • successful - TRUE/FALSE indicating whether or not a "succssful" life stage was eventually reached

and a row for each "original" individual.

If dfrEnd is NULL, all individuals are classified with success as FALSE.

Value

a dataframe


wStockhausen/rDisMELS documentation built on March 27, 2022, 1 a.m.