-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
95 lines (94 loc) · 2.53 KB
/
Copy pathNAMESPACE
File metadata and controls
95 lines (94 loc) · 2.53 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
# Generated by roxygen2: do not edit by hand
export(add_lakeID)
export(bbox_from_point)
export(bbox_from_rectangle)
export(best_nk)
export(combine_years_dynamic)
export(combine_years_lakeData)
export(combine_years_pixelData)
export(discreteClassAssessment)
export(display_geometry)
export(download_openEO_job)
export(dynamic_per_pixel)
export(find_trends)
export(get_clusterLayer)
export(load_BandLayer)
export(map_layer)
export(nc_scene_per_image)
export(ndi_per_image)
export(numericAssessment)
export(oneLake_df)
export(open_netcdf)
export(pixel_clusters)
export(plot_class_assessment)
export(plot_dynamic)
export(plot_lake_index_histogram)
export(plot_layer)
export(plot_numeric_assessment)
export(plot_scene_coverage)
export(prepare_for_clustering)
export(sameDimProjection)
export(save_leaflet)
export(seasonal_index_per_lake)
export(seasonal_index_per_pixel)
export(show_pixels)
export(start_openEO_job)
export(trends_to_classes)
export(waterscene_proportion)
importFrom(geosphere,destPoint)
importFrom(geosphere,distGeo)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.new)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(htmltools,tags)
importFrom(htmlwidgets,prependContent)
importFrom(htmlwidgets,saveWidget)
importFrom(leaflet,addLegend)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,addRasterImage)
importFrom(leaflet,addRectangles)
importFrom(leaflet,addTiles)
importFrom(leaflet,colorFactor)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,fitBounds)
importFrom(leaflet,leaflet)
importFrom(leaflet,setView)
importFrom(openeo,create_job)
importFrom(openeo,download_results)
importFrom(openeo,list_file_formats)
importFrom(openeo,list_jobs)
importFrom(openeo,processes)
importFrom(openeo,start_job)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(terra,crs)
importFrom(terra,describe)
importFrom(terra,ext)
importFrom(terra,image)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,values)
importFrom(terra,xFromCol)
importFrom(terra,yFromRow)
importFrom(tidyr,spread)