-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
40 lines (39 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_regime_shift_highlight)
export(build_dynamic_stability_plan)
export(compute_ccm)
export(compute_ccm_links)
export(compute_dynamic_stability)
export(compute_eigen_decomp)
export(compute_simplex)
export(compute_smap_coeffs)
export(compute_smap_matrices)
export(compute_svd_decomp)
export(compute_total_variance)
export(compute_volume_contraction)
export(extract_matrix_values)
export(get_smap_coefficients)
export(make_portal_block)
export(make_surrogate_annual_spline)
export(norm_rescale)
export(plot_eigenvalues)
export(plot_eigenvectors)
export(plot_indicator_values)
export(plot_network)
export(plot_smap_coeffs)
export(plot_svd_values)
export(plot_svd_vectors)
export(plot_time_series)
export(plot_total_variance)
export(plot_volume_contraction)
export(sim_resource_competition_12sp)
export(simulate_3sp_food_chain)
export(simulate_LPA_flour_beetles)
export(simulate_resource_competition)
import(ggplot2)
import(ggraph)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,predict)
importFrom(stats,smooth.spline)