-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(as.mcmc.list,list)
S3method(autolayer,barrier)
S3method(calculate_barrier,"2d_landscape")
S3method(calculate_barrier,"2d_landscape_batch")
S3method(calculate_barrier,"3d_landscape")
S3method(calculate_barrier,"3d_landscape_batch")
S3method(plot,barrier)
S3method(plot,landscape)
S3method(print,arg_grid)
S3method(print,arg_set)
S3method(print,barrier)
S3method(print,batch_simulation)
S3method(print,check_conv)
S3method(print,landscape)
S3method(summary,barrier)
export("%>%")
export(add_arg_ele)
export(as.mcmc.list)
export(as_hash_big_matrix)
export(attach_all_matrices)
export(attach_hash_big_matrix)
export(autolayer)
export(batch_simulation)
export(calculate_barrier)
export(check_conv)
export(fill_in_struct)
export(get_barrier_height)
export(get_dist)
export(get_geom)
export(make_2d_matrix)
export(make_2d_single)
export(make_2d_static)
export(make_2d_tidy_dist)
export(make_3d_animation)
export(make_3d_matrix)
export(make_3d_single)
export(make_3d_static)
export(make_4d_single)
export(make_4d_static)
export(make_arg_grid)
export(make_barrier_grid_2d)
export(make_barrier_grid_3d)
export(modified_simulation)
export(multi_init_simulation)
export(narg)
export(nele)
export(new_arg_set)
export(save_landscape)
export(sim_SDE)
export(sim_fun_grad)
export(sim_fun_nongrad)
export(sim_fun_test)
export(sim_fun_test2)
import(bigmemory)
importFrom(coda,as.mcmc.list)
importFrom(ggplot2,autolayer)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")