forked from cvitolo/rnrfa
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export(catalogue)
export(cmr)
export(convert_flow)
export(gdf)
export(get_ts)
export(osg_parse)
export(plot_rain_flow)
export(plot_trend)
export(print.nrfa_api)
export(seasonal_averages)
export(station_ids)
importFrom(curl,has_internet)
importFrom(ggmap,get_map)
importFrom(ggmap,ggmap)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(httr,GET)
importFrom(httr,http_error)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,year)
importFrom(parallel,parLapply)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_multipoint)
importFrom(sf,st_point)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(stats,aggregate)
importFrom(stats,glm)
importFrom(stats,quantile)
importFrom(tibble,as_tibble)
importFrom(utils,str)
importFrom(zoo,zoo)