-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
52 lines (51 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
S3method(as_vertex_partition,character)
S3method(as_vertex_partition,integer)
S3method(as_vertex_partition,list)
S3method(autoplot,nvd)
S3method(mean,nvd)
S3method(plot,nvd)
export(as_nvd)
export(as_vertex_partition)
export(dist_frobenius)
export(dist_hamming)
export(dist_nvd)
export(dist_root_euclidean)
export(dist_spectral)
export(edge_count_global_variables)
export(generate_sigma_algebra)
export(ipro_frobenius)
export(nvd)
export(play_binomial)
export(play_exponential)
export(play_poisson)
export(power2)
export(push_to_graph_space)
export(rbinom_network)
export(repr_adjacency)
export(repr_graphon)
export(repr_laplacian)
export(repr_modularity)
export(repr_nvd)
export(rexp_network)
export(rpois_network)
export(sample2_sbm)
export(stat_generalized_edge_count)
export(stat_original_edge_count)
export(stat_student_euclidean)
export(stat_weighted_edge_count)
export(stat_welch_euclidean)
export(subgraph_full)
export(subgraph_inter)
export(subgraph_intra)
export(test2_global)
export(test2_local)
export(var2_nvd)
export(var_nvd)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,autoplot)
importFrom(graphics,plot)
importFrom(rlang,.data)
importFrom(rlang,`:=`)
importFrom(tibble,tibble)
useDynLib(nevada, .registration = TRUE)