-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
65 lines (64 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,Rcpp_PersistenceLandscape)
S3method(as.data.frame,persistence)
S3method(as.vector,Rcpp_PersistenceLandscape)
S3method(as_persistence,PHom)
S3method(as_persistence,default)
S3method(as_persistence,diagram)
S3method(as_persistence,list)
S3method(as_persistence,persistence)
S3method(format,persistence)
S3method(print,persistence)
S3method(print,summary.Rcpp_PersistenceLandscape)
S3method(summary,Rcpp_PersistenceLandscape)
export(PersistenceLandscape)
export(as_persistence)
export(get_pairs)
export(pd_z_test)
export(pl_abs)
export(pl_add)
export(pl_delimit)
export(pl_devectorize)
export(pl_diff)
export(pl_discretize)
export(pl_dist)
export(pl_distance)
export(pl_indicator)
export(pl_indicator_form)
export(pl_inner)
export(pl_integrate)
export(pl_is_exact)
export(pl_limits)
export(pl_max)
export(pl_mean)
export(pl_min)
export(pl_moment)
export(pl_new)
export(pl_norm)
export(pl_num_levels)
export(pl_perm_test)
export(pl_range)
export(pl_scale)
export(pl_sd)
export(pl_sum)
export(pl_support)
export(pl_t)
export(pl_to_vector)
export(pl_type)
export(pl_var)
export(pl_vectorize)
export(pl_vmax)
export(pl_vmin)
export(pl_vmoment)
export(pl_vrange)
export(pl_z_test)
exportMethods("%*%")
exportMethods("*")
exportMethods("+")
exportMethods("-")
exportMethods("/")
exportMethods(plot)
exportMethods(show)
import(Rcpp)
import(methods)
useDynLib(plt, .registration = TRUE)