-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
export(acyclic_network)
export(adjacencylist_network)
export(barabasialbert_network)
export(brownian_proximity_temporalnetwork)
export(configmodel_clustered_network)
export(configmodel_network)
export(cubiclattice2d_network)
export(cubiclattice3d_network)
export(cubiclattice4d_network)
export(cubiclattice5d_network)
export(cubiclattice6d_network)
export(cubiclattice7d_network)
export(cubiclattice8d_network)
export(empirical_network)
export(empirical_temporalnetwork)
export(erdos_reyni_network)
export(exponential_time)
export(fully_connected_network)
export(gamma_time)
export(generic_time)
export(lognormal_time)
export(network_adjacencylist)
export(network_bounds)
export(network_coordinates)
export(network_is_undirected)
export(network_neighbour)
export(network_outdegree)
export(network_reproduction_matrix)
export(network_size)
export(nextreaction_simulation)
export(nextreaction_simulation_meanfield)
export(nmga_simulation)
export(simulation_addinfections)
export(simulation_graph)
export(simulation_isinfected)
export(simulation_ninfected)
export(simulation_options)
export(simulation_resettime)
export(simulation_run)
export(simulation_step)
export(simulation_transmissiontime)
export(sirx_temporalnetwork)
export(time_density)
export(time_hazardrate)
export(time_sample)
export(time_survivalprobability)
export(time_survivalquantile)
export(wattsstrogatz_network)
export(weighted_adjacencylist_network)
export(weighted_network_adjacencylist)
useDynLib(NEXTNetR, .registration = TRUE)