-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
50 lines (49 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
S3method(format,mapcurves)
S3method(format,mapcurves_vector)
S3method(format,vmeasure)
S3method(format,vmeasure_vector)
S3method(mapcurves_calc,RasterLayer)
S3method(mapcurves_calc,SpatRaster)
S3method(mapcurves_calc,sf)
S3method(mapcurves_calc,stars)
S3method(print,mapcurves)
S3method(print,mapcurves_vector)
S3method(print,vmeasure)
S3method(print,vmeasure_vector)
S3method(vmeasure_calc,RasterLayer)
S3method(vmeasure_calc,SpatRaster)
S3method(vmeasure_calc,sf)
S3method(vmeasure_calc,stars)
export(mapcurves)
export(mapcurves_calc)
export(vmeasure)
export(vmeasure_calc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(entropy,entropy.empirical)
importFrom(entropy,mi.empirical)
importFrom(raster,crosstab)
importFrom(raster,reclassify)
importFrom(raster,stack)
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(sf,st_area)
importFrom(sf,st_cast)
importFrom(sf,st_collection_extract)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_set_geometry)
importFrom(sf,st_set_precision)
importFrom(stats,na.omit)
importFrom(tibble,data_frame)
importFrom(tidyr,spread)
importFrom(utils,head)
importFrom(utils,tail)