-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
77 lines (76 loc) · 2.03 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
# Generated by roxygen2: do not edit by hand
S3method(is,sampbias)
S3method(plot,sampbias)
S3method(summary,sampbias)
export(calculate_bias)
export(dis_rast)
export(map_bias)
export(project_bias)
importFrom(cowplot,plot_grid)
importFrom(dplyr,bind_cols)
importFrom(dplyr,contains)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(rnaturalearth,ne_coastline)
importFrom(rnaturalearth,ne_countries)
importFrom(rnaturalearth,ne_download)
importFrom(rnaturalearth,ne_file_name)
importFrom(sf,st_agr)
importFrom(sf,st_crop)
importFrom(sf,st_transform)
importFrom(stats,complete.cases)
importFrom(stats,dgamma)
importFrom(stats,dpois)
importFrom(stats,median)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(terra,"crs<-")
importFrom(terra,"ext<-")
importFrom(terra,"res<-")
importFrom(terra,as.data.frame)
importFrom(terra,as.matrix)
importFrom(terra,crds)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,distance)
importFrom(terra,ext)
importFrom(terra,mask)
importFrom(terra,ncell)
importFrom(terra,plot)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,res)
importFrom(terra,trim)
importFrom(terra,unwrap)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(tidyr,pivot_longer)
importFrom(viridis,scale_color_viridis)
importFrom(viridis,scale_fill_viridis)