-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.63 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
# Generated by roxygen2: do not edit by hand
S3method(autolayer,stability_2d_Isingland)
S3method(autolayer,stability_2d_Isingland_matrix)
S3method(calculate_barrier,"2d_Isingland")
S3method(calculate_barrier,"2d_Isingland_matrix")
S3method(calculate_stability,"2d_Isingland")
S3method(calculate_stability,"2d_Isingland_matrix")
S3method(plot,"2d_Isingland")
S3method(plot,"2d_Isingland_matrix")
S3method(plot,"3d_Isingland")
S3method(plot,chain_sim_Isingland)
S3method(plot,sim_2d_Isingland)
S3method(plot,sim_2d_Isingland_matrix)
S3method(print,barrier_2d_Isingland)
S3method(print,barrier_2d_Isingland_matrix)
S3method(print,landscape)
S3method(print,sim_Isingland)
S3method(print,stability_2d_Isingland)
S3method(print,stability_2d_Isingland_matrix)
S3method(print,stability_se)
S3method(simulate_Isingland,"2d_Isingland")
S3method(simulate_Isingland,"2d_Isingland_matrix")
S3method(summary,barrier_2d_Isingland)
S3method(summary,barrier_2d_Isingland_matrix)
S3method(summary,stability_2d_Isingland)
S3method(summary,stability_2d_Isingland_matrix)
export("%>%")
export(all_thresholds)
export(autolayer)
export(beta_list)
export(calculate_barrier)
export(calculate_stability)
export(calculate_stability_se)
export(chain_simulate_Isingland)
export(compare_stability)
export(make_2d_Isingland)
export(make_2d_Isingland_matrix)
export(make_3d_Isingland)
export(make_Ising_chain)
export(make_Ising_grid)
export(shiny_Isingland_MDD)
export(simulate_Isingland)
export(single_threshold)
export(single_wei)
export(whole_weiadj)
importFrom(ggplot2,autolayer)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(simlandr,calculate_barrier)
importFrom(simlandr,get_dist)