-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNAMESPACE
88 lines (87 loc) · 2.13 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
# Generated by roxygen2: do not edit by hand
S3method(plot,spatialvalid)
S3method(summary,spatialvalid)
export(cc_aohi)
export(cc_cap)
export(cc_cen)
export(cc_coun)
export(cc_dupl)
export(cc_equ)
export(cc_gbif)
export(cc_inst)
export(cc_iucn)
export(cc_outl)
export(cc_sea)
export(cc_urb)
export(cc_val)
export(cc_zero)
export(cd_ddmm)
export(cd_round)
export(cf_age)
export(cf_equal)
export(cf_outl)
export(cf_range)
export(clean_coordinates)
export(clean_dataset)
export(clean_fossils)
export(is.spatialvalid)
export(write_pyrate)
importFrom(dplyr,bind_rows)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(geosphere,destPoint)
importFrom(geosphere,distHaversine)
importFrom(geosphere,distm)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,borders)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,map_data)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,extendrange)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(graphics,segments)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(methods,is)
importFrom(rgbif,occ_count)
importFrom(rnaturalearth,ne_download)
importFrom(rnaturalearth,ne_file_name)
importFrom(stats,IQR)
importFrom(stats,aggregate)
importFrom(stats,binom.test)
importFrom(stats,complete.cases)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(terra,buffer)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,expanse)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,geom)
importFrom(terra,geomtype)
importFrom(terra,plot)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,subset)
importFrom(terra,union)
importFrom(terra,vect)
importFrom(tidyselect,starts_with)
importFrom(utils,data)
importFrom(utils,write.table)