-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
92 lines (91 loc) · 2.06 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand
export(asinhTransform)
export(asx)
export(autocomp)
export(ax)
export(biexp)
export(biexpTransform)
export(blob.boundary)
export(boxcoxTransform)
export(bx)
export(centroid)
export(clean.fp)
export(compute_spill)
export(cumm.kde)
export(deneg)
export(derail)
export(deriv1.kde)
export(detect_fl_parameters)
export(detect_scatter_parameters)
export(doTransform)
export(find.local.maxima)
export(find.local.minima)
export(find.width)
export(fit_gaussian_base)
export(gaussian_crossover)
export(gaussian_dist)
export(get.hull)
export(get_sample)
export(ggflow)
export(iasx)
export(ibx)
export(inflate.contour)
export(inv.biexp)
export(locate.blobs)
export(my.gaussian)
export(normalize.kde)
export(polygon.area)
export(polygon.convexity)
export(pplot)
export(replace_phedata_ranges)
export(retrieve_sigma_mu)
export(smooth.contour)
export(swap.names)
export(text_to_path)
export(tick.labels)
export(ticks_breaks_labels)
export(tight)
export(w.arcsinh)
export(w.inv.arcsinh)
import(flowCore)
import(flowFP)
import(flowViz)
import(ggplot2)
importFrom(KernSmooth,bkde)
importFrom(KernSmooth,bkde2D)
importFrom(fields,xline)
importFrom(fields,yline)
importFrom(grDevices,chull)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,contourLines)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.print)
importFrom(grDevices,hsv)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(splancs,as.points)
importFrom(splus2R,peaks)
importFrom(stats,density)
importFrom(stats,ecdf)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(stats,splinefun)