-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
124 lines (123 loc) · 3.29 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
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
# Generated by roxygen2: do not edit by hand
S3method(plot,EnviChange)
S3method(plot,EnvironmentalOutlier)
S3method(plot,IndependentResponse)
S3method(plot,MarginalResponse)
S3method(plot,PAConversion)
S3method(plot,POEvaluation)
S3method(plot,SHAPSpatial)
S3method(plot,ShapDependence)
S3method(plot,SpatialResponse)
S3method(plot,VariableAnalysis)
S3method(plot,VariableContribution)
S3method(print,EnviChange)
S3method(print,EnvironmentalOutlier)
S3method(print,FormatOccurrence)
S3method(print,PAConversion)
S3method(print,POEvaluation)
S3method(print,POIsotree)
S3method(print,ReducedImageStack)
S3method(print,VariableAnalysis)
export(cmcc_bioclim)
export(convert_to_pa)
export(detect_envi_change)
export(dim_reduce)
export(evaluate_po)
export(format_observation)
export(future_cmcc_bioclim)
export(future_worldclim2)
export(independent_response)
export(isotree_po)
export(marginal_response)
export(probability)
export(shap_dependence)
export(shap_spatial_response)
export(spatial_response)
export(suspicious_env_outliers)
export(variable_analysis)
export(variable_contrib)
export(worldclim2)
import(checkmate)
import(ggplot2)
import(ncdf4)
import(outliertree)
import(patchwork)
importFrom(ROCit,ciAUC)
importFrom(ROCit,rocit)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_frac)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(fastshap,explain)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(isotree,isolation.forest)
importFrom(methods,as)
importFrom(methods,is)
importFrom(mgcv,gam)
importFrom(outliertree,outlier.tree)
importFrom(patchwork,plot_layout)
importFrom(raster,deratify)
importFrom(raster,layerStats)
importFrom(raster,mask)
importFrom(raster,nlayers)
importFrom(raster,rasterize)
importFrom(raster,reclassify)
importFrom(raster,stack)
importFrom(raster,subset)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,is_empty)
importFrom(sf,st_as_sf)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_is_valid)
importFrom(sf,st_make_valid)
importFrom(sf,st_transform)
importFrom(stars,"st_dimensions<-")
importFrom(stars,geom_stars)
importFrom(stars,read_stars)
importFrom(stars,st_apply)
importFrom(stars,st_as_stars)
importFrom(stars,st_dimensions)
importFrom(stars,st_extract)
importFrom(stars,st_get_dimension_values)
importFrom(stars,st_rasterize)
importFrom(stars,st_set_dimensions)
importFrom(stars,st_warp)
importFrom(stars,st_xy2sfc)
importFrom(stars,write_stars)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,uniroot)
importFrom(stringr,str_pad)
importFrom(tidyselect,all_of)
importFrom(utils,download.file)
importFrom(utils,tail)