-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·61 lines (60 loc) · 1.41 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
52
53
54
55
56
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
export(E)
export(Error_E)
export(Error_general)
export(Error_pH)
export(Error_pLigand)
export(R_of_E)
export(R_of_pH)
export(R_of_pLigand)
export(adjustSpectra)
export(create_error_df_general)
export(create_error_df_pH)
export(create_error_df_pH_multiple)
export(create_error_df_pLigand)
export(create_error_df_pLigand_multiple)
export(create_error_df_redox)
export(create_error_df_redox_multiple)
export(create_ranges_multiple)
export(formatSpectraData)
export(fraction_deprot)
export(getDb)
export(launchApp)
export(newSensorFromSpectra)
export(pH)
export(pLigand)
export(plot_ranges_general)
export(plot_ranges_pH)
export(plot_ranges_pLigand)
export(plot_ranges_redox)
export(ranges_df)
export(rescaleToRange)
export(spectraMatrixFromValues)
exportClasses(Sensor)
exportClasses(ligandSensor)
exportClasses(pHSensor)
exportClasses(redoxSensor)
exportClasses(sensorSpectra)
exportMethods("getAbsError-R")
exportMethods(error_df)
exportMethods(getAbsError)
exportMethods(getE)
exportMethods(getE_deriv)
exportMethods(getErrorTable)
exportMethods(getFractionMax)
exportMethods(getProperty)
exportMethods(getR)
exportMethods(getpH)
exportMethods(plotFractionMax)
exportMethods(plotProperty)
exportMethods(plotSpectra)
exportMethods(rangePlot)
exportMethods(ranges_df)
import(RColorBrewer)
import(cowplot)
import(dplyr)
import(ggplot2)
import(methods)
import(mongolite)
import(shiny)
import(stats)