-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 862 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 862 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
# Generated by roxygen2: do not edit by hand
S3method(cubical,array)
S3method(cubical,matrix)
S3method(cubical,numeric)
S3method(head,PHom)
S3method(print,PHom)
S3method(tail,PHom)
S3method(vietoris_rips,data.frame)
S3method(vietoris_rips,default)
S3method(vietoris_rips,dist)
S3method(vietoris_rips,matrix)
S3method(vietoris_rips,mts)
S3method(vietoris_rips,numeric)
S3method(vietoris_rips,ts)
export(PHom)
export(as.PHom)
export(cubical)
export(cubical.array)
export(cubical.matrix)
export(cubical.numeric)
export(is.PHom)
export(vietoris_rips)
export(vietoris_rips.data.frame)
export(vietoris_rips.default)
export(vietoris_rips.dist)
export(vietoris_rips.matrix)
export(vietoris_rips.mts)
export(vietoris_rips.numeric)
export(vietoris_rips.ts)
importFrom(Rcpp,sourceCpp)
importFrom(stats,tsp)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(ripserr)