This function displays a table of the available LLIN insecticide types available within the AnophelesModel database.

get_net_insecticides()

Value

The function returns a name list of net insecticide types.

Author

Monica Golumbeanu, monica.golumbeanu@swisstph.ch

Examples

net_insecticide_types = get_net_insecticides()
print(net_insecticide_types)
#>  [1] "Default"                        "PermaNet 2.0"                  
#>  [3] "DawaPlus 2.0"                   "DuraNet"                       
#>  [5] "Interceptor"                    "LifeNet"                       
#>  [7] "Netprotect"                     "Olyset"                        
#>  [9] "PermaNet 3.0"                   "PermaNet 3.0 lower side panels"
#> [11] "PermaNet 3.0 upper side panels" "PermaNet 3.0 top panel"        
#> [13] "Lambdacyhalothrin (gambiae)"    "Lambdacyhalothrin (albimanus)"