Learn R Programming

BIRDS (version 0.2.0)

includeSpillover: Include spillover observations

Description

An internal function to include spillover observations to the gridcells. This function duplicates observations across gridcells

Usage

includeSpillover(x, birdData, visitCol)

Arguments

x

An observationsInGrid list from overlayBirds. This is also what will be modified and become the output.

birdData

An OrganizedBirds object, which is the input to the overlayBirds-function.

visitCol

A character string for specifying the columns that identify a visit.

Value

A modified observationsInGrid list