-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
export(assign_concliques)
export(binary_single_param_cdf)
export(binary_single_param_sampler)
export(binary_two_param_reg_sampler)
export(binary_two_param_sampler)
export(bootstrap_gof)
export(gaussian_single_param_cdf)
export(gaussian_single_param_sampler)
export(gaussian_two_param_sampler)
export(get_neighbors)
export(gof_statistics)
export(lattice_4nn_torus)
export(min_conclique_cover)
export(run_conclique_gibbs)
export(run_sequential_gibbs)
export(spatial_residuals)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange_)
importFrom(dplyr,do_)
importFrom(dplyr,filter_)
importFrom(dplyr,group_by_)
importFrom(dplyr,mutate_)
importFrom(dplyr,n)
importFrom(dplyr,rowwise)
importFrom(igraph,V)
importFrom(igraph,adjacent_vertices)
importFrom(igraph,as_ids)
importFrom(igraph,difference)
importFrom(igraph,get.graph.attribute)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,induced_subgraph)
importFrom(igraph,largest_ivs)
importFrom(igraph,permute.vertices)
importFrom(igraph,remove.vertex.attribute)
importFrom(igraph,set.graph.attribute)
importFrom(igraph,simplify)
importFrom(lazyeval,interp)
importFrom(stats,density)
importFrom(stats,quantile)
importFrom(tidyr,spread_)
useDynLib(conclique)