-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.72 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated by roxygen2: do not edit by hand
export(aemet_alert_zones)
export(aemet_alerts)
export(aemet_api_key)
export(aemet_beaches)
export(aemet_daily_clim)
export(aemet_daily_period)
export(aemet_daily_period_all)
export(aemet_detect_api_key)
export(aemet_extremes_clim)
export(aemet_forecast_beaches)
export(aemet_forecast_daily)
export(aemet_forecast_fires)
export(aemet_forecast_hourly)
export(aemet_forecast_tidy)
export(aemet_forecast_vars_available)
export(aemet_last_obs)
export(aemet_monthly_clim)
export(aemet_monthly_period)
export(aemet_monthly_period_all)
export(aemet_normal_clim)
export(aemet_normal_clim_all)
export(aemet_show_api_key)
export(aemet_stations)
export(climaemet_news)
export(climatestripes_station)
export(climatogram_normal)
export(climatogram_period)
export(dms2decdegrees)
export(dms2decdegrees_2)
export(first_day_of_year)
export(get_data_aemet)
export(get_metadata_aemet)
export(ggclimat_walter_lieth)
export(ggstripes)
export(ggwindrose)
export(last_day_of_year)
export(windrose_days)
export(windrose_period)
importFrom(ggplot2,aes)
importFrom(ggplot2,dup_axis)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,unit)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,hcl.pals)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,untar)
importFrom(utils,unzip)