-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
114 lines (113 loc) · 3.15 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
S3method(bake,step_blur)
S3method(bake,step_phom_degree)
S3method(bake,step_phom_lattice)
S3method(bake,step_phom_point_cloud)
S3method(bake,step_vpd_ecc)
S3method(bake,step_vpd_nl)
S3method(bake,step_vpd_pes)
S3method(bake,step_vpd_pi)
S3method(bake,step_vpd_pl)
S3method(bake,step_vpd_ps)
S3method(bake,step_vpd_vab)
S3method(bake,step_vpd_vpb)
S3method(max_pairs,PHom)
S3method(max_pairs,data.frame)
S3method(max_pairs,default)
S3method(max_pairs,diagram)
S3method(max_pairs,matrix)
S3method(max_pairs,persistence)
S3method(ph_dim,array)
S3method(ph_dim,data.frame)
S3method(ph_dim,default)
S3method(ph_dim,dist)
S3method(ph_dim,matrix)
S3method(ph_dim,ts)
S3method(prep,step_blur)
S3method(prep,step_phom_degree)
S3method(prep,step_phom_lattice)
S3method(prep,step_phom_point_cloud)
S3method(prep,step_vpd_ecc)
S3method(prep,step_vpd_nl)
S3method(prep,step_vpd_pes)
S3method(prep,step_vpd_pi)
S3method(prep,step_vpd_pl)
S3method(prep,step_vpd_ps)
S3method(prep,step_vpd_vab)
S3method(prep,step_vpd_vpb)
S3method(print,step_blur)
S3method(print,step_phom_degree)
S3method(print,step_phom_lattice)
S3method(print,step_phom_point_cloud)
S3method(print,step_vpd_ecc)
S3method(print,step_vpd_nl)
S3method(print,step_vpd_pes)
S3method(print,step_vpd_pi)
S3method(print,step_vpd_pl)
S3method(print,step_vpd_ps)
S3method(print,step_vpd_vab)
S3method(print,step_vpd_vpb)
S3method(required_pkgs,step_blur)
S3method(required_pkgs,step_phom_degree)
S3method(required_pkgs,step_phom_lattice)
S3method(required_pkgs,step_phom_point_cloud)
S3method(required_pkgs,step_tdarec)
S3method(required_pkgs,step_vpd_ecc)
S3method(required_pkgs,step_vpd_nl)
S3method(required_pkgs,step_vpd_pes)
S3method(required_pkgs,step_vpd_pi)
S3method(required_pkgs,step_vpd_pl)
S3method(required_pkgs,step_vpd_ps)
S3method(required_pkgs,step_vpd_vab)
S3method(required_pkgs,step_vpd_vpb)
S3method(tidy,step_blur)
S3method(tidy,step_phom_degree)
S3method(tidy,step_phom_lattice)
S3method(tidy,step_phom_point_cloud)
S3method(tidy,step_vpd_ecc)
S3method(tidy,step_vpd_nl)
S3method(tidy,step_vpd_pes)
S3method(tidy,step_vpd_pi)
S3method(tidy,step_vpd_pl)
S3method(tidy,step_vpd_ps)
S3method(tidy,step_vpd_vab)
S3method(tidy,step_vpd_vpb)
S3method(tunable,step_blur)
S3method(tunable,step_phom_lattice)
S3method(tunable,step_phom_point_cloud)
S3method(tunable,step_vpd_ecc)
S3method(tunable,step_vpd_nl)
S3method(tunable,step_vpd_pes)
S3method(tunable,step_vpd_pi)
S3method(tunable,step_vpd_pl)
S3method(tunable,step_vpd_ps)
S3method(tunable,step_vpd_vab)
S3method(tunable,step_vpd_vpb)
export(blur)
export(blur_sigma)
export(get_blur_range)
export(get_hom_range)
export(get_level_range)
export(hom_degree)
export(max_hom_degree)
export(max_pairs)
export(num_level)
export(ph_dim)
export(step_blur)
export(step_phom_degree)
export(step_phom_lattice)
export(step_phom_point_cloud)
export(step_vpd_ecc)
export(step_vpd_nl)
export(step_vpd_pes)
export(step_vpd_pi)
export(step_vpd_pl)
export(step_vpd_ps)
export(step_vpd_vab)
export(step_vpd_vpb)
import(recipes)
importFrom(dials,new_quant_param)
importFrom(dials,unknown)
importFrom(rlang,on_load)
importFrom(rlang,run_on_load)
importFrom(scales,transform_log10)