-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
35 lines (34 loc) · 948 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,eemlist)
S3method(print,eemlist)
S3method(summary,eemlist)
export("eem_names<-")
export(eem_bind)
export(eem_biological_index)
export(eem_coble_peaks)
export(eem_cut)
export(eem_export_matlab)
export(eem_extract)
export(eem_fluorescence_index)
export(eem_humification_index)
export(eem_inner_filter_effect)
export(eem_names)
export(eem_peaks)
export(eem_raman_normalisation)
export(eem_read)
export(eem_remove_blank)
export(eem_remove_scattering)
export(eem_set_wavelengths)
importFrom(assertthat,assert_that)
importFrom(graphics,filled.contour)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(purrr,map2)
importFrom(rlist,list.apply)
importFrom(rlist,list.group)
importFrom(rlist,list.ungroup)
importFrom(stats,na.omit)
importFrom(tools,file_path_sans_ext)
importFrom(viridis,viridis)