-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
S3method(sc_clumpy,default)
S3method(sc_clumpy,igraph)
S3method(sc_clumpy,scree)
S3method(sc_clumpy2,default)
S3method(sc_clumpy2,igraph)
S3method(sc_clumpy2,scree)
S3method(sc_clumpy_r,default)
S3method(sc_clumpy_r,igraph)
S3method(sc_clumpy_r,scree)
S3method(sc_convex,default)
S3method(sc_convex,list)
S3method(sc_convex,scree)
S3method(sc_outlying,default)
S3method(sc_outlying,igraph)
S3method(sc_outlying,scree)
S3method(sc_skewed,default)
S3method(sc_skewed,igraph)
S3method(sc_skewed,scree)
S3method(sc_skinny,default)
S3method(sc_skinny,list)
S3method(sc_skinny,scree)
S3method(sc_sparse,default)
S3method(sc_sparse,igraph)
S3method(sc_sparse,scree)
S3method(sc_sparse2,default)
S3method(sc_sparse2,list)
S3method(sc_sparse2,scree)
S3method(sc_striated,default)
S3method(sc_striated,igraph)
S3method(sc_striated,scree)
S3method(sc_striated2,default)
S3method(sc_striated2,igraph)
S3method(sc_striated2,scree)
S3method(sc_stringy,default)
S3method(sc_stringy,igraph)
S3method(sc_stringy,scree)
S3method(sc_stringy2,default)
S3method(sc_stringy2,igraph)
S3method(sc_stringy2,scree)
export(calc_scags)
export(calc_scags_wide)
export(draw_alphahull)
export(draw_convexhull)
export(draw_mst)
export(sc_clumpy)
export(sc_clumpy2)
export(sc_clumpy_r)
export(sc_convex)
export(sc_dcor)
export(sc_monotonic)
export(sc_outlying)
export(sc_skewed)
export(sc_skinny)
export(sc_sparse)
export(sc_sparse2)
export(sc_splines)
export(sc_striated)
export(sc_striated2)
export(sc_stringy)
export(sc_stringy2)
export(sc_striped)
export(scree)
export(top_pairs)
export(top_scags)
importFrom(magrittr,"%>%")
importFrom(progress,progress_bar)