-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
executable file
·70 lines (69 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(boxcox_response)
export(calc_nri_indices)
export(calc_veg_indices)
export(calculate_vi)
export(clean_single_plots)
export(copy_cloud)
export(create_defoliation_map)
export(create_prediction_df)
export(download_images)
export(extract_bands_to_plot)
export(extract_coords)
export(extract_indices_to_plot)
export(feature_imp_parallel)
export(get_coordinates)
export(get_records)
export(log_response)
export(mask_mosaic)
export(mask_vi)
export(mosaic_clouds)
export(mosaic_images)
export(mutate_defol)
export(my_pairs)
export(panel.hist)
export(predict_defoliation)
export(prediction_raster)
export(process_hyperspec)
export(ras_to_sf)
export(scale_defoliation)
export(split_into_feature_sets)
export(stack_bands)
export(standardize)
export(tune_ctrl_mbo_30n_70it)
export(unzip_images)
import(R.utils)
import(data.table)
import(drake)
import(future)
import(ggplot2)
import(ggpubr)
import(magrittr)
import(mlrMBO)
importFrom(curl,curl_download)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(fs,dir_create)
importFrom(future.apply,future_lapply)
importFrom(getSpatialData,getSentinel_query)
importFrom(getSpatialData,login_CopHub)
importFrom(getSpatialData,set_aoi)
importFrom(getSpatialData,set_archive)
importFrom(glue,glue)
importFrom(hsdar,nbi_raster)
importFrom(hsdar,vegindex)
importFrom(parallelMap,parallelStop)
importFrom(pbmcapply,pbmclapply)
importFrom(purrr,imap)
importFrom(purrr,iwalk)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,pmap)
importFrom(purrr,set_names)
importFrom(raster,brick)
importFrom(raster,extract)
importFrom(sf,st_read)
importFrom(stringr,str_replace)