-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
78 lines (77 loc) · 1.94 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
export(Plot.Anomalies)
export(Plot_ReturnIntervals)
export(SNI)
export(SeriesDetrend)
export(arco)
export(check_pretreat)
export(cpts_ar)
export(get_overlap_depths)
export(global_thresh)
export(local_thresh)
export(mgcv2tapas)
export(peak_detection)
export(plot_ar_i)
export(plot_raw)
export(pretreatment)
export(pretreatment_data)
export(read_imagej_results)
export(tapas2mgcv)
export(tapas_export)
importFrom(changepoint,cpt.meanvar)
importFrom(changepoint,cpts)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pick)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(grDevices,dev.off)
importFrom(grDevices,grey)
importFrom(grDevices,pdf)
importFrom(grDevices,recordPlot)
importFrom(grDevices,replayPlot)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(mgcv,predict.gam)
importFrom(rlang,.data)
importFrom(stats,approx)
importFrom(stats,complete.cases)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,lowess)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(tidyr,replace_na)
importFrom(tidyselect,last_col)
importFrom(tidyselect,where)
importFrom(utils,read.csv)