-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
78 lines (77 loc) · 1.9 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
S3method(View,default)
S3method(View,excursion)
S3method(View,shift)
S3method(plot,excursion)
S3method(plot,excursionCore)
S3method(plot,shift)
S3method(plot,shiftCore)
S3method(print,excursion)
S3method(print,shift)
S3method(summary,excursion)
S3method(summary,shift)
export(actR_ggtheme)
export(ar1noise)
export(calculateMultiTestSignificance)
export(detectExcursion)
export(detectExcursionCore)
export(detectExcursionSlidingWindow)
export(detectMultipleExcursions)
export(detectShift)
export(detectShiftCore)
export(distanceGrid)
export(getAllExcursionTimes)
export(getNulls)
export(kdePval)
export(linearRamp)
export(makeExcursion)
export(makeShift)
export(maxConsecutive)
export(plotDataDensity)
export(plotExcursion)
export(plotExcursionCore)
export(plotExcursionSliding)
export(plotNullHistogram)
export(plotSectionMeans)
export(plotShift)
export(plotShiftCore)
export(plotSignificance)
export(prepareInput)
export(propagateUncertainty)
export(spatialSigTest)
export(summarizeChangepointMeanChanges)
export(summarizeEventProbability)
export(summaryExcursion)
export(summaryShift)
export(surrogateDataFun)
export(testNullHypothesis)
export(viewSafely)
import(RColorBrewer)
import(dplyr)
import(egg)
import(ggplot2)
import(purrr)
import(tibble)
importFrom(changepoint,cpt.mean)
importFrom(changepoint,cpt.meanvar)
importFrom(changepoint,cpt.var)
importFrom(changepoint,cpts)
importFrom(digest,digest)
importFrom(dplyr,filter)
importFrom(fBasics,Ramp)
importFrom(furrr,future_pmap)
importFrom(geoChronR,gaussianize)
importFrom(geoChronR,plotTimeseriesEnsRibbons)
importFrom(glue,glue)
importFrom(ks,kde)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(stats,arima.sim)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unchop)
importFrom(tidyselect,any_of)