-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
48 lines (47 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
S3method(qp_add_names,data.frame)
S3method(qp_add_names,list)
S3method(qp_add_std_conc,data.frame)
S3method(qp_add_std_conc,list)
S3method(qp_calc_abs_mean,data.frame)
S3method(qp_calc_abs_mean,list)
S3method(qp_dilute,data.frame)
S3method(qp_dilute,list)
S3method(qp_fit,data.frame)
S3method(qp_fit,list)
S3method(qp_mark_outliers,data.frame)
S3method(qp_mark_outliers,list)
S3method(qp_remove_empty,data.frame)
S3method(qp_remove_empty,list)
S3method(qp_samples_all,data.frame)
S3method(qp_samples_all,list)
S3method(qp_samples_summary,data.frame)
S3method(qp_samples_summary,list)
S3method(qp_standards_all,data.frame)
S3method(qp_standards_all,list)
S3method(qp_standards_summary,data.frame)
S3method(qp_standards_summary,list)
S3method(qp_summarize,data.frame)
S3method(qp_summarize,list)
S3method(qp_tidy,character)
S3method(qp_tidy,default)
S3method(qp_tidy,gp)
S3method(qp_tidy,spectramax)
export(dilute)
export(make_pipette_vol)
export(qp)
export(qp_add_names)
export(qp_add_std_conc)
export(qp_calc_abs_mean)
export(qp_calc_conc)
export(qp_dilute)
export(qp_fit)
export(qp_mark_outliers)
export(qp_plot_plate)
export(qp_plot_standards)
export(qp_remove_empty)
export(qp_report)
export(qp_summarize)
export(qp_tidy)
importFrom(rlang,.data)
importFrom(rlang,.env)