-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.24 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Generated by roxygen2: do not edit by hand
export(HSIcalc)
export(HSIplotter)
export(SIcalc)
export(are_colors)
export(feature_model_barplot)
export(has_colortable)
export(ifelse)
export(is_RasterLayer)
export(is_cat_raster)
export(model_summary)
export(na_outside_model)
export(name_model)
export(raster_fig)
export(recode_models)
export(save_raster_rdata)
export(set_habitat_zone)
export(set_salinity_zone)
export(set_tidal_zone)
export(summarize_by_poly)
export(summarize_models)
export(summary_table)
export(write_cat_tiff)
export(write_cont_tiff)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(exactextractr,exact_extract)
importFrom(foreign,write.dbf)
importFrom(grDevices,col2rgb)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(knitr,kable)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,set_names)
importFrom(raster,brick)
importFrom(raster,calc)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,getValues)
importFrom(raster,is.factor)
importFrom(raster,levels)
importFrom(raster,maxValue)
importFrom(raster,minValue)
importFrom(raster,ncell)
importFrom(raster,ncol)
importFrom(raster,nrow)
importFrom(raster,overlay)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,ratify)
importFrom(raster,reclassify)
importFrom(raster,setValues)
importFrom(raster,values)
importFrom(raster,writeRaster)
importFrom(raster,xres)
importFrom(raster,yres)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,sym)
importFrom(sf,st_crs)
importFrom(sp,CRS)
importFrom(sp,proj4string)
importFrom(stats,approx)
importFrom(stringr,str_replace_all)
importFrom(terra,linearUnits)
importFrom(terra,rast)
importFrom(tmap,tm_legend)
importFrom(tmap,tm_raster)
importFrom(tmap,tm_shape)
importFrom(tmap,tmap_options)
importFrom(tools,file_path_sans_ext)