-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 830 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 830 Bytes
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
# Generated by roxygen2: do not edit by hand
export(accuracy)
export(accuracy_report)
export(area_estimator)
export(consensus_map_creation2)
export(get_db_tables)
export(labeller_connection)
export(write_consensus_results)
export(xys_from_rowcol)
import(dplyr)
importFrom(data.table,as.data.table)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(raster,cellStats)
importFrom(raster,ncell)
importFrom(raster,ncol)
importFrom(raster,nrow)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_intersection)
importFrom(sf,st_is_empty)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_union)