forked from peekxc/Mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 954 Bytes
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 954 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(print,Mapper)
export()
export(BallCover)
export(CoverRef)
export(FixedIntervalCover)
export(MapperRef)
export(RestrainedIntervalCover)
export(bin_color)
export(covers_available)
export(cutoff_first_bin)
export(cutoff_first_threshold)
export(gromov_hausdorff)
export(hausdorff_distance)
export(landmarks)
export(mapper)
export(segment_tree)
export(union_find)
import(Rcpp)
import(methods)
import(simplextree)
importFrom(Rcpp,Module)
importFrom(Rcpp,cpp_object_initializer)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(methods,new)
importFrom(stats,cutree)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,relist)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
useDynLib(Mapper)
useDynLib(Mapper, .registration = TRUE)