ajout_obs: Adding observation on effort.

View source: R/ajout_obs.R

ajout_obsR Documentation

Adding observation on effort.

Description

Adding the number of individuals and the group size on prepared effort data (e.g. on legdata and segdata).

Usage

ajout_obs(countdata_leg, legdata, countdata_seg, segdata)

Arguments

countdata_leg

data.frame containing the detection number and the total number of individuals for legs for which observation have beebn made.

legdata

"Legdata" data.frame, built with prepare_data_effort.

countdata_seg

data.frame containing the detection number and the total number of individuals for segments for which observation have beebn made.

segdata

"Segdata" data.frame, built with prepare_data_effort.

Value

This function return a list containing :

  1. legdata_obs : data.frame corresponding to legdata with observation information.

  2. segdata_obs : data.frame corresponding to segdata with observation information.


MathieuGenu/geffaeR documentation built on March 23, 2022, 7:50 p.m.