-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(cmcPlot)
export(comparison_alignedTargetCell)
export(comparison_allTogether)
export(comparison_calcPropMissing)
export(comparison_cellDivision)
export(comparison_cor)
export(comparison_fft_ccf)
export(comparison_getTargetRegions)
export(comparison_replaceMissing)
export(comparison_standardizeHeights)
export(decision_CMC)
export(decision_combineDirections)
export(decision_highCMC_cmcThetaDistrib)
export(decision_highCMC_identifyHighCMCThetas)
export(preProcess_crop)
export(preProcess_erode)
export(preProcess_gaussFilter)
export(preProcess_ransacLevel)
export(preProcess_removeFPCircle)
export(preProcess_removeTrend)
export(x3pListPlot)
importFrom(ggplotify,as.ggplot)
importFrom(magrittr,"%>%")
importFrom(patchwork,wrap_plots)
importFrom(rlang,.data)
importFrom(stats,cor)
importFrom(stats,fft)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,tail)