-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.12 KB
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 1.12 KB
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
# Generated by roxygen2: do not edit by hand
export(clean_and_resample)
export(cleanup_by_species)
export(include_or_exclude)
export(plot_results)
export(resample_tests)
export(wrapper_sdmtmb)
export(wrapper_surveyIndex)
export(wrapper_tinyVAST)
import(surveyIndex)
import(tinyVAST)
importFrom(arrow,read_parquet)
importFrom(arrow,write_parquet)
importFrom(dplyr,across)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(future,plan)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(sdmTMB,get_index)
importFrom(sdmTMB,make_mesh)
importFrom(sdmTMB,sanity)
importFrom(sdmTMB,sdmTMB)
importFrom(sdmTMB,tidy)
importFrom(stats,predict)
importFrom(utils,globalVariables)
importFrom(utils,read.csv)
importFrom(utils,write.csv)