-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.65 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
61
62
63
# Generated by roxygen2: do not edit by hand
export(boxplotNM)
export(getlayerNM)
export(interactionsNM)
export(mapBCR)
export(partial_dependenceNM)
export(sppList)
export(stackedbarNM)
import(ggplot2)
import(tmap)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,summarise)
importFrom(gbm,plot.gbm)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(googledrive,drive_auth)
importFrom(googledrive,drive_download)
importFrom(googledrive,drive_get)
importFrom(googledrive,drive_has_token)
importFrom(googledrive,drive_ls)
importFrom(purrr,list_rbind)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(sf,st_as_sf)
importFrom(sf,st_intersects)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,smooth.spline)
importFrom(stringr,str_split)
importFrom(stringr,str_split_i)
importFrom(stringr,str_sub)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(tmap,tm_add_legend)
importFrom(tmap,tm_layout)
importFrom(tmap,tm_polygons)
importFrom(tmap,tm_shape)
importFrom(tmap,tm_text)
importFrom(tmap,tmap_mode)