-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 954 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(check_models)
export(convergence_check)
export(correlation_corrplot_figure)
export(correlation_heatmap_figure)
export(covariance_distribution_figure)
export(covariance_heatmap_figure)
export(create_figures)
export(heatmap_network_figure)
export(interaction_network_figure)
export(label)
export(linear_tobit_figure)
export(load_model)
export(logistic_regression)
export(nonnative_dominance_figures)
export(posterior_check)
export(pred_cover)
export(printf)
export(run_models)
export(run_stan_model)
export(trait_correlation_figure)
import(dplyr)
import(ggplot2)
importFrom(forcats,fct_reorder)
importFrom(grid,gpar)
importFrom(grid,rasterGrob)
importFrom(grid,textGrob)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(png,readPNG)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)