-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
74 lines (73 loc) · 1.83 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
62
63
64
65
66
67
68
69
70
71
72
73
74
# Generated by roxygen2: do not edit by hand
S3method(ggeem2,data.frame)
S3method(ggeem2,default)
S3method(ggeem2,eem)
S3method(ggeem2,eemlist)
S3method(ggeem2,parafac)
export(A_missing_mod)
export(Generate_CORCONDIA)
export(binary_search_nearest)
export(eem_0_to_NA)
export(eem_bin)
export(eem_neg_to_0)
export(eem_range_mod)
export(eem_setNA_mod)
export(eemdf_to_eem)
export(eemlist_average)
export(eemlist_fmax_values)
export(eemlist_sd)
export(eemlist_sp_denoise)
export(eemlist_sum)
export(emscan_read)
export(extract_procstep_eems)
export(extract_ramanpeak_areas)
export(extrpf_eems)
export(extrpf_fmax)
export(extrpf_loadings)
export(extrpf_loadings_denorm)
export(extrpf_loadings_percent)
export(extrpf_peak_positions)
export(extrpf_peak_spectra)
export(extrpf_residual_eems)
export(extrpf_residuals)
export(fmax_peakpick_corrplot)
export(get_eem_max_coords)
export(ggeem2)
export(ggplot_textsize_scale)
export(interpolate_eem)
export(knmi_monthly_rescale)
export(normalise_eemlist)
export(openfluor_parse)
export(plot_comp_spectra)
export(plot_eem_3D)
export(plot_eem_spectra)
export(plot_pfmodels_spectra)
export(save_eemlist_csvs)
export(save_eemlist_pngs)
export(slice_eem)
export(ssc_more)
export(ssc_plot)
import(data.table)
import(eemR)
import(ggplot2)
import(tidyr)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(eemR,eem_extract)
importFrom(eemR,eem_names)
importFrom(grDevices,rainbow)
importFrom(plyr,round_any)
importFrom(readr,read_csv)
importFrom(staRdom,A_missing)
importFrom(staRdom,eem_exclude)
importFrom(staRdom,eem_extend2largest)
importFrom(staRdom,eem_parafac)
importFrom(staRdom,eem_red2smallest)
importFrom(staRdom,eempf_bindxc)
importFrom(tibble,column_to_rownames)
importFrom(tidyr,gather)