forked from jbferet/biodivMapR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
153 lines (152 loc) · 3.9 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
# Generated by roxygen2: do not edit by hand
export(ContinuumRemoval)
export(ENVI_type2bytes)
export(IQR_outliers)
export(VectorInRasterFootprint)
export(WeightedCoordsNN)
export(Write_Big_Image)
export(Write_Image_NativeRes)
export(ZipFile)
export(apply_continuum_removal)
export(build_image_from_list)
export(center_reduce)
export(change_resolution_HDR)
export(check_data)
export(compute_ALPHA_FromPlot)
export(compute_BCdiss)
export(compute_BETA_FromPlots)
export(compute_FUNCT)
export(compute_NMDS)
export(compute_NN_from_ordination)
export(compute_beta_metrics)
export(compute_spectral_species)
export(compute_spectral_species_FieldPlots)
export(coordPix_kernel)
export(create_hdr)
export(define_output_directory)
export(define_output_subdir)
export(define_pixels_per_iter)
export(diversity_from_plots)
export(exclude_spectral_domains)
export(extract.big_raster)
export(extract_pixels)
export(extract_pixels_coordinates)
export(extract_pixels_coordinates.From.OGR)
export(extract_samples_from_image)
export(filter_PCA)
export(filter_prior_CR)
export(get_BB)
export(get_BB_from_Vector)
export(get_BB_from_fullImage)
export(get_HDR_name)
export(get_alpha_metrics)
export(get_byte_order)
export(get_image_bands)
export(get_polygonCoord_from_Shp)
export(get_random_subset_from_image)
export(get_sunlit_pixels)
export(ind2sub)
export(ind2sub2)
export(init_kmeans)
export(list_shp)
export(map_alpha_div)
export(map_beta_div)
export(map_functional_div)
export(map_spectral_species)
export(mean_filter)
export(minmax)
export(mnf)
export(noise)
export(ordination_parallel)
export(ordination_to_NN)
export(pca)
export(perform_PCA)
export(perform_radiometric_filtering)
export(raster2BIL)
export(read_BIL_image_subset)
export(read_ENVI_header)
export(read_ListRasters)
export(read_bin_subset)
export(read_image_bands)
export(read_image_subset)
export(reproject_vector)
export(revert_resolution_HDR)
export(rm_invariant_bands)
export(select_PCA_components)
export(spectral_band_unit)
export(split_image)
export(split_line)
export(split_pixel_samples)
export(sub2ind)
export(update_shademask)
export(where_to_read)
export(where_to_read_kernel)
export(where_to_write_kernel)
export(write_ENVI_header)
export(write_StarsStack)
export(write_raster)
import(stars)
import(tools)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setorder)
importFrom(dissUtils,diss)
importFrom(ecodist,nmds)
importFrom(emstreeR,ComputeMST)
importFrom(fields,rdist)
importFrom(future,multiprocess)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future.apply,future_lapply)
importFrom(geometry,convhulln)
importFrom(labdsv,pco)
importFrom(matlab,ndims)
importFrom(matlab,ones)
importFrom(matlab,padarray)
importFrom(matrixStats,rowAnys)
importFrom(matrixStats,rowSds)
importFrom(methods,as)
importFrom(methods,is)
importFrom(mmand,erode)
importFrom(raster,brick)
importFrom(raster,cellFromPolygon)
importFrom(raster,cellFromXY)
importFrom(raster,compareCRS)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,hdr)
importFrom(raster,nbands)
importFrom(raster,ncell)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,values)
importFrom(raster,writeRaster)
importFrom(rgdal,readOGR)
importFrom(rgdal,writeOGR)
importFrom(rgeos,gBuffer)
importFrom(sf,st_bbox)
importFrom(sf,st_crop)
importFrom(sf,st_read)
importFrom(snow,splitRows)
importFrom(sp,SpatialPoints)
importFrom(sp,spTransform)
importFrom(stars,read_stars)
importFrom(stars,write_stars)
importFrom(stats,IQR)
importFrom(stats,as.dist)
importFrom(stats,cov)
importFrom(stats,kmeans)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,str_count)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,file.edit)
importFrom(utils,find)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(vegan,diversity)
importFrom(vegan,fisher.alpha)
importFrom(vegan,specnumber)
importFrom(vegan,vegdist)