-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
38 lines (37 loc) · 946 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
36
37
38
# Generated by roxygen2: do not edit by hand
export(calc_mass_fractions)
export(calc_ratio_dist)
export(calc_ratios)
export(calc_tox_thresholds)
export(getPAH)
export(get_compound_info)
export(pah_mw_parent)
export(pah_pca)
export(pah_profiler)
export(plot_pah)
export(plot_pca)
export(plot_profiles)
export(plot_ratio_dist)
export(plot_ratios)
export(summary_dv)
import(dplyr)
import(ggplot2)
importFrom(cowplot,plot_grid)
importFrom(dataRetrieval,readNWISdv)
importFrom(dataRetrieval,readNWISqw)
importFrom(dataRetrieval,renameNWISColumns)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggrepel,geom_text_repel)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,prcomp)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(tidyr,spread)