-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
78 lines (77 loc) · 1.76 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(FixedGroupsPipeline)
export(FixedGroupsTransformation)
export(GeneratedPipeline)
export(GeneratedTransformation)
export(Pipeline)
export(Transformation)
export(angle)
export(apply_transformation_matrix)
export(center_max)
export(center_min)
export(centroid)
export(circularize)
export(closest_to)
export(closest_to_vec)
export(cluster_groups)
export(create_dimming_fn)
export(create_n_fn)
export(create_origin_fn)
export(degrees_to_radians)
export(dim_values)
export(distance)
export(expand_distances)
export(expand_distances_each)
export(flip_values)
export(flip_values_vec)
export(furthest_from)
export(furthest_from_vec)
export(generate_clusters)
export(hexagonalize)
export(is_most_centered)
export(median_index)
export(midrange)
export(min_max_scale)
export(most_centered)
export(pair_extremes)
export(pair_extremes_vec)
export(position_max)
export(position_min)
export(quantile_index)
export(radians_to_degrees)
export(rev_windows)
export(rev_windows_vec)
export(roll_elements)
export(roll_elements_vec)
export(roll_values)
export(roll_values_vec)
export(rotate_2d)
export(rotate_3d)
export(shear_2d)
export(shear_3d)
export(shuffle_hierarchy)
export(square)
export(swirl_2d)
export(swirl_3d)
export(to_unit_length)
export(to_unit_length_vec)
export(transfer_centroids)
export(triangularize)
export(triplet_extremes)
export(triplet_extremes_vec)
export(vector_length)
export(wrap_to_range)
export(wrap_to_range_vec)
import(R6)
importFrom(dplyr,"%>%")
importFrom(lifecycle,deprecate_stop)
importFrom(lifecycle,deprecated)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,tail)