-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
155 lines (154 loc) · 3.91 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
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
# Generated by roxygen2: do not edit by hand
export(IQR_SpatRaster)
export(IQR_outliers)
export(RowToLinear)
export(WeightedCoordsNN)
export(alphabeta_window)
export(alphabeta_window_list)
export(apply_continuum_removal)
export(apply_kmeans)
export(biodivMapR_OptClusters)
export(biodivMapR_SFS)
export(biodivMapR_chunk)
export(biodivMapR_full)
export(center_reduce)
export(check_data)
export(clean_NAsInf)
export(compute_BCdiss)
export(compute_NN_from_ordination)
export(compute_mask_IQR)
export(continuumRemoval)
export(define_pixels_per_iter)
export(exclude_spectral_domains)
export(explore_kmeans)
export(extract_svc_from_rast)
export(extract_vect_from_rast)
export(filter_prior_CR)
export(functional_window)
export(functional_window_list)
export(get_BCdiss)
export(get_BCdiss_from_SSD)
export(get_HDR_name)
export(get_Hill)
export(get_SSD_full)
export(get_Shannon)
export(get_Simpson)
export(get_alpha_from_SSD)
export(get_asset_path)
export(get_date)
export(get_diversity_from_plots)
export(get_functional_diversity)
export(get_image_bands)
export(get_kmeans)
export(get_raster_diversity)
export(get_raster_extent)
export(get_spectralSpecies)
export(get_sunlitwindows)
export(get_xy_samples)
export(init_PCoA)
export(init_PCoA_samples)
export(init_kmeans)
export(init_kmeans_samples)
export(kmeans_iter)
export(kmeans_progressr)
export(maxRows_chunk)
export(mnf)
export(nbRows_chunk)
export(noise)
export(pca)
export(pco)
export(perform_PCA)
export(print_error_message)
export(produce_win_ID)
export(radiometric_filtering)
export(radiometricfilter_chunk)
export(randperm)
export(read_ENVI_header)
export(repmat)
export(rm_invariant_bands)
export(sample_exact_raster)
export(sample_from_raster)
export(sample_from_raster_coords)
export(sample_plots_from_raster)
export(sample_raster)
export(save_diversity_maps)
export(scatter_alphabeta)
export(select_PCA_components)
export(spectralspecies_per_polygon)
export(split_chunk)
export(split_line)
export(wrapperBig_PCA)
import(cli)
import(tools)
importFrom(bigRaster,apply_bigRaster)
importFrom(dissUtils,diss)
importFrom(doFuture,registerDoFuture)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,last_col)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(fields,rdist)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(fundiversity,fd_fdis)
importFrom(fundiversity,fd_fdiv)
importFrom(fundiversity,fd_feve)
importFrom(fundiversity,fd_fric)
importFrom(fundiversity,fd_raoq)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future.apply,future_lapply)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(progress,progress_bar)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(purrr,map)
importFrom(rlist,list.cbind)
importFrom(sf,st_as_sf)
importFrom(sf,st_sample)
importFrom(snow,splitRows)
importFrom(stats,IQR)
importFrom(stats,as.dist)
importFrom(stats,cmdscale)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,kmeans)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(terra,aggregate)
importFrom(terra,blocks)
importFrom(terra,buffer)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,global)
importFrom(terra,names)
importFrom(terra,rast)
importFrom(terra,readStart)
importFrom(terra,readStop)
importFrom(terra,readValues)
importFrom(terra,res)
importFrom(terra,sources)
importFrom(terra,values)
importFrom(terra,varnames)
importFrom(terra,vect)
importFrom(terra,writeRaster)
importFrom(terra,writeStart)
importFrom(terra,writeValues)
importFrom(terra,xyFromCell)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(tools,file_path_sans_ext)
importFrom(utils,file.edit)
importFrom(utils,read.csv)
importFrom(vegan,fisher.alpha)
importFrom(vegan,mantel)