daily_exp_stat: Title

View source: R/daily_exp_stat.R

daily_exp_statR Documentation

Title

Description

Title

Usage

daily_exp_stat(DataExp, tE = 10, tM = 18)

Arguments

DataExp

a dataframe obtained by the use of function 'exposure_dat'

tE

upper limit hour for evening exposure calculation, in a referential with 12h as origin (i.e 10 correspond to 22h)

tM

lower limit hour for morning exposure calculation, in a referential with 12h as origin (i.e 18 correspond to 6h)

Examples

Count_HB <- HB_to_counts(ODK_HB_R)
Count_HB$Enq <- 1
Data_Entomo <- Entomo_PHP_to_counts(Entomo_PHP)
Exposure <- exposure_dat(Count_HB, Data_Entomo, p = 0.92)
sumExp <- daily_exp_stat(Exposure, tE = 10, tM = 18)


Nmoiroux/biteExp documentation built on June 9, 2025, 11:39 a.m.