-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
S3method(ETo,array)
S3method(ETo,data.frame)
S3method(ETo,default)
S3method(ETo,sf)
S3method(GDD,array)
S3method(GDD,data.frame)
S3method(GDD,default)
S3method(GDD,sf)
S3method(crop_sensitive,array)
S3method(crop_sensitive,data.frame)
S3method(crop_sensitive,default)
S3method(crop_sensitive,sf)
S3method(get_timeseries,array)
S3method(get_timeseries,default)
S3method(get_timeseries,matrix)
S3method(late_frost,array)
S3method(late_frost,data.frame)
S3method(late_frost,default)
S3method(late_frost,sf)
S3method(print,clima_df)
S3method(rainfall,data.frame)
S3method(rainfall,default)
S3method(rainfall,matrix)
S3method(rainfall,sf)
S3method(temperature,array)
S3method(temperature,data.frame)
S3method(temperature,default)
S3method(temperature,sf)
export(ETo)
export(GDD)
export(crop_sensitive)
export(cumdrought)
export(cumrain)
export(get_timeseries)
export(late_frost)
export(rainfall)
export(temperature)
import(methods)
importFrom(nasapower,get_power)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,quantile)