-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
38 lines (37 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
S3method(ee_month_filter,ee.imagecollection.ImageCollection)
S3method(ee_month_filter,exploreList)
S3method(ee_timeseries,ee.imagecollection.ImageCollection)
S3method(ee_timeseries,exploreList)
S3method(ee_viz,ee.image.Image)
S3method(ee_viz,exploreList)
S3method(ee_year_filter,ee.imagecollection.ImageCollection)
S3method(ee_year_filter,exploreList)
S3method(ee_year_month_filter,ee.imagecollection.ImageCollection)
S3method(ee_year_month_filter,exploreList)
export(band)
export(ee_month_filter)
export(ee_timeseries)
export(ee_viz)
export(ee_year_filter)
export(ee_year_month_filter)
export(get_any)
export(get_diff)
export(get_landsat)
export(get_linear)
export(get_met)
export(get_nex)
export(get_npp)
export(get_sent2)
export(get_terrain)
export(rr)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(grDevices,hcl.colors)
importFrom(magrittr,"%>%")
importFrom(rgee,Map)
importFrom(rgee,ee)
importFrom(rlang,.data)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)