-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
executable file
·59 lines (58 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
S3method(print,ggplotdap)
S3method(print,plotdap)
export("%>%")
export(add_ggplot)
export(add_griddap)
export(add_tabledap)
export(bbox_set)
export(plotdap)
import(mapdata)
import(rerddap)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(ggplot2,aes_)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,theme_bw)
importFrom(lazyeval,f_eval)
importFrom(lazyeval,f_text)
importFrom(lazyeval,is_formula)
importFrom(magrittr,"%>%")
importFrom(maps,map)
importFrom(raster,brick)
importFrom(raster,calc)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,isLonLat)
importFrom(raster,ncell)
importFrom(raster,ncol)
importFrom(raster,nlayers)
importFrom(raster,nrow)
importFrom(raster,plot)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,rasterToPolygons)
importFrom(raster,resample)
importFrom(raster,setExtent)
importFrom(raster,values)
importFrom(scales,col_numeric)
importFrom(scales,rescale)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_graticule)
importFrom(sf,st_transform)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(tidyr,gather_)
importFrom(utils,getFromNamespace)
importFrom(utils,packageVersion)