forked from FilgueirasR/BrazilMet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 948 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(Patm)
export(daily_eto_FAO56)
export(download_AWS_INMET_daily)
export(ea_dew_calculation)
export(ea_rh_calculation)
export(es_calculation)
export(es_ea_calculation)
export(eto_hs)
export(psy_const)
export(ra_calculation)
export(radiation_conversion)
export(rh_calculation)
export(rn_calculation)
export(rnl_calculation)
export(rns_calculation)
export(rs_nearby_calculation)
export(rso_calculation_1)
export(rso_calculation_2)
export(see_stations_info)
export(sr_ang_calculation)
export(sr_tair_calculation)
export(u2_calculation)
import(dplyr)
import(stringr)
import(utils)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(readxl,read_xlsx)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,unzip)