get_in_out_exp.Rd
get_in_out_exp
This function can be
used to calculate indoor and outdoor exposure to biting.
get_in_out_exp(activity_cycles, vec_p)
data frame with the following columns:
HBI
: proportion of human biting indoors
HBO
: propotion human biting outdoors
humans_indoors
: proportion of humans indoors
humans_in_bed
:proportion of humans in bed
list of vector-specific entomological paramteres (see
description of output from function def_vector_params
)
The function returns an object with the following attributes:
Exposure_Indoor_total
: indoor exposure proportion
Exposure_Outdoor_total
: outdoor exposure proportion
Exposure_Indoor_whileinbed
: indoor in bed exposure proportion
Exposure_Outdoor_whileinbed
: outdoor in bed exposure proportion
indoor_resting
: proportion of mosquitoes that rest indoors.
All numbers in the output list are proportions of the overall total exposure in the absence of interventions.
TO DO