-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(animate_annual)
export(annual_stack)
export(calc_gfc_tiles)
export(calc_pixel_areas)
export(download_tiles)
export(extract_gfc)
export(gfc_stats)
export(plot_gfc)
export(scale_toar)
export(threshold_gfc)
export(utm_zone)
import(animation)
import(methods)
import(raster)
import(sf)
import(terra)
importFrom(RCurl,getURL)
importFrom(geosphere,areaPolygon)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grid,unit)
importFrom(plyr,join)
importFrom(rasterVis,gplot)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_centroid)
importFrom(sf,st_convex_hull)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_intersects)
importFrom(sf,st_touches)
importFrom(sf,st_transform)
importFrom(stringr,str_extract)
importFrom(tools,file_ext)
importFrom(utils,download.file)
importFrom(utils,file_test)