-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
S3method(print,laggedcor_conflicts)
S3method(print,laggedcor_logo)
export(calculate_lagged_correlation)
export(evaluate_lagged_cor)
export(extract_all_cor)
export(extract_all_cor_p)
export(extract_global_cor)
export(extract_max_cor)
export(extract_shift_time)
export(lagged_alignment_plot)
export(lagged_scatter_plot)
export(laggedcor_conflicts)
export(laggedcor_logo)
export(laggedcor_packages)
export(time_plot)
exportClasses(lagged_cor_result)
import(ggplot2)
import(ggrepel)
import(ggsci)
import(hms)
import(lubridate)
import(scales)
importClassesFrom(massdataset,tidymass_parameter)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,SnowParam)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(plyr,.)
importFrom(plyr,dlply)
importFrom(rlang,is_installed)
importFrom(stats,cor.test)
importFrom(stats,dnorm)
importFrom(stats,end)
importFrom(stats,loess)
importFrom(stats,predict)
importFrom(stats,start)
importFrom(stats,time)
importFrom(tibble,tibble)
importFrom(utils,head)
importFrom(utils,tail)