-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
61 lines (60 loc) · 1.57 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
S3method("[",spectra)
S3method(autoplot,spectra)
S3method(filter,spectra)
S3method(fortify,spectra)
S3method(mutate,spectra)
S3method(rbind,spectra)
S3method(rename,spectra)
S3method(select,spectra)
S3method(slice,spectra)
S3method(unnest,spectra)
export(StatXrfPeaks)
export(energy)
export(filter)
export(new_spectra)
export(read_xrf_example)
export(read_xrf_meta_panalytical)
export(read_xrf_panalytical)
export(read_xrf_spectra_panalytical)
export(stat_xrf_peaks)
export(validate_spectra)
export(wavelength)
export(xrf_absorption_jump)
export(xrf_absorption_jump_ratio)
export(xrf_add_baseline)
export(xrf_add_baseline_pkg)
export(xrf_add_baseline_snip)
export(xrf_add_deconvolution_fun)
export(xrf_add_deconvolution_gls)
export(xrf_add_smooth)
export(xrf_add_smooth_filter)
export(xrf_combine_spectra)
export(xrf_coster_kronig_probability)
export(xrf_deconvolute_gaussian_least_squares)
export(xrf_despectra)
export(xrf_element_list)
export(xrf_energies)
export(xrf_filter_gaussian)
export(xrf_filter_pyramid)
export(xrf_fluorescence_yield)
export(xrf_relative_peak_intensity)
export(xrf_set_element_list)
export(xrf_spectra)
export(xrf_transition_probability)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,fortify)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,quos)
importFrom(tidyr,unnest)
useDynLib(xrftools)