-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
84 lines (83 loc) · 2.23 KB
/
NAMESPACE
File metadata and controls
84 lines (83 loc) · 2.23 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
# Generated by roxygen2: do not edit by hand
export(EO_assessment_class)
export(EO_assessment_numeric)
export(add_to_database)
export(additive_per_image)
export(aggregate_NDTrI)
export(bbox_from_point)
export(bbox_from_polygon)
export(bbox_from_rectangle)
export(create_database)
export(display_bbox)
export(download_openEO_job)
export(find_trends)
export(get_pixel_index)
export(load_bandLayer)
export(load_database)
export(load_netcdf)
export(nc_scene_per_image)
export(nc_time_filter)
export(ndi_per_image)
export(ndtriLake_to_df)
export(ndtri_spread)
export(plot_class_assessment)
export(plot_image_dates)
export(plot_lake_ndtri_histogram)
export(plot_layer)
export(plot_numeric_assessment)
export(save_lake_data)
export(save_leaflet)
export(start_openEO_job)
export(waterscene_proportion)
importFrom(geosphere,destPoint)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
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,addRasterImage)
importFrom(leaflet,addRectangles)
importFrom(leaflet,addTiles)
importFrom(leaflet,colorFactor)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,leaflet)
importFrom(leaflet,setView)
importFrom(methods,is)
importFrom(ncdump,NetCDF)
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(raster,as.matrix)
importFrom(raster,brick)
importFrom(raster,crs)
importFrom(raster,projectExtent)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,subset)
importFrom(raster,values)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tidyr,spread)
importFrom(utils,read.csv)
importFrom(utils,write.table)