-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
181 lines (180 loc) · 5.37 KB
/
NAMESPACE
File metadata and controls
181 lines (180 loc) · 5.37 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Generated by roxygen2: do not edit by hand
export("%>%")
export(splnr_apply_cutoffs)
export(splnr_arrangeFeatures)
export(splnr_climate_featureApproach)
export(splnr_climate_percentileApproach)
export(splnr_climate_priorityAreaApproach)
export(splnr_convert_regionalisation)
export(splnr_convert_toPUs)
export(splnr_create_polygon)
export(splnr_featureNames)
export(splnr_get_IUCNRedList)
export(splnr_get_MPAs)
export(splnr_get_boundary)
export(splnr_get_distCoast)
export(splnr_get_featureRep)
export(splnr_get_gfw)
export(splnr_get_kappaCorrData)
export(splnr_get_selFreq)
export(splnr_gg_add)
export(splnr_match_names)
export(splnr_plot)
export(splnr_plot_MPAs)
export(splnr_plot_binFeature)
export(splnr_plot_circBplot)
export(splnr_plot_climData)
export(splnr_plot_climKernelDensity)
export(splnr_plot_comparison)
export(splnr_plot_corrMat)
export(splnr_plot_cost)
export(splnr_plot_costOverlay)
export(splnr_plot_featureNo)
export(splnr_plot_featureRep)
export(splnr_plot_importanceScore)
export(splnr_plot_selectionFreq)
export(splnr_plot_solution)
export(splnr_replace_NAs)
export(splnr_scale_01)
export(splnr_targets_byCategory)
export(splnr_targets_byIUCN)
export(splnr_targets_byInverseArea)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(ggnewscale,new_scale_colour)
importFrom(ggnewscale,new_scale_fill)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_axis)
importFrom(ggplot2,guide_colourbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggplot2,ylim)
importFrom(grid,unit)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(prioritizr,add_binary_decisions)
importFrom(prioritizr,add_cuts_portfolio)
importFrom(prioritizr,add_default_solver)
importFrom(prioritizr,add_min_set_objective)
importFrom(prioritizr,add_relative_targets)
importFrom(prioritizr,eval_feature_representation_summary)
importFrom(prioritizr,eval_ferrier_importance)
importFrom(prioritizr,eval_rare_richness_importance)
importFrom(prioritizr,eval_replacement_importance)
importFrom(prioritizr,problem)
importFrom(prioritizr,solve.ConservationProblem)
importFrom(prioritizr,zones)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,map_vec)
importFrom(rappdirs,user_data_dir)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rnaturalearth,ne_coastline)
importFrom(rnaturalearth,ne_download)
importFrom(scales,squish)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_join)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_polygon)
importFrom(sf,st_set_crs)
importFrom(sf,st_set_geometry)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(spatialgridr,get_data_in_grid)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_ends)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(stringr,str_subset)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(units,drop_units)
importFrom(units,set_units)
importFrom(vctrs,vec_c)