-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.37 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
S3method(plot,IsoSensitivities)
S3method(plot,OEDinactivation)
S3method(plot,OEDisothermal)
S3method(plot,parCorrelation)
export(calculate_FIM)
export(calculate_isothermal_FIM)
export(calculate_pars_correlation)
export(detFIM)
export(detection_bigelow)
export(detection_mafart)
export(detection_peleg)
export(get_detection)
export(get_isothermal_correlation)
export(inactivation_OED)
export(inactivation_OED_penalty)
export(isothermal_OED)
export(isothermal_OED_limit)
export(isothermal_sensitivities)
export(optimize_refTemp)
export(sensitivity_inactivation)
import(tidyselect)
import(tidyverse)
importFrom(FME,sensFun)
importFrom(MEIGOR,MEIGO)
importFrom(bioinactivation,predict_inactivation)
importFrom(corrplot,corrplot)
importFrom(dplyr,"%>%")
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(graphics,plot)
importFrom(rlang,.data)
importFrom(stats,approx)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,runif)
importFrom(tidyr,"%>%")
importFrom(tidyr,gather)