daily_exp_stat: Title

Description Usage Arguments Examples

View source: R/daily_exp_stat.R

Description

Title

Usage

1
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

1
2
3
4
5
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 March 13, 2020, 10:39 p.m.