-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
54 lines (53 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
S3method(as.matrix,netrankr_full)
S3method(plot,netrankr_full)
S3method(plot,netrankr_interval)
S3method(plot,netrankr_mcmc)
S3method(print,netrankr_full)
S3method(print,netrankr_interval)
S3method(print,netrankr_mcmc)
S3method(summary,netrankr_full)
export(aggregate_positions)
export(approx_rank_expected)
export(approx_rank_relative)
export(comparable_pairs)
export(compare_ranks)
export(dist_2pow)
export(dist_dpow)
export(dist_inv)
export(dist_powd)
export(dominance_graph)
export(exact_rank_prob)
export(get_rankings)
export(hyperbolic_index)
export(incomparable_pairs)
export(index_builder)
export(indirect_relations)
export(is_preserved)
export(majorization_gap)
export(mcmc_rank_prob)
export(neighborhood_inclusion)
export(positional_dominance)
export(rank_intervals)
export(spectral_gap)
export(threshold_graph)
export(transitive_reduction)
export(walks_attenuated)
export(walks_exp)
export(walks_exp_even)
export(walks_exp_odd)
export(walks_limit_prop)
export(walks_uptok)
importClassesFrom(Matrix,dgCMatrix)
importFrom(Rcpp,evalCpp)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(utils,stack)
useDynLib(netrankr)