-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
50 lines (49 loc) · 1.22 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
# 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(seasonal_averages)
export(station_ids)
import(rgdal)
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(sp,CRS)
importFrom(sp,coordinates)
importFrom(sp,proj4string)
importFrom(sp,spTransform)
importFrom(stats,aggregate)
importFrom(stats,glm)
importFrom(stats,quantile)
importFrom(tibble,as_tibble)
importFrom(utils,str)
importFrom(zoo,zoo)