forked from MikkoVihtakari/PlotSvalbard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
83 lines (82 loc) · 1.94 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Generated by roxygen2: do not edit by hand
S3method(plot,spatInt)
S3method(print,basemapData)
S3method(print,basemapLimits)
S3method(print,degGrid)
S3method(print,degGridPolar)
S3method(print,spatInt)
export(FS)
export(LS)
export(add_land)
export(auto_limits)
export(basemap)
export(basemap_data)
export(basemap_limits)
export(clip_bathymetry)
export(clip_current)
export(clip_shapefile)
export(define_water_type)
export(deg_grid)
export(deg_grid_polar)
export(dist2land)
export(formatterUTMkm)
export(interpolate_section)
export(interpolate_spatial)
export(map_cmd)
export(map_projection)
export(map_type)
export(pretty_log)
export(qmap)
export(quiet)
export(round_any)
export(round_preserve_sum)
export(section_plot)
export(select_element)
export(theme_map)
export(transform_coord)
export(ts_plot)
export(waffle_chart)
export(waffleize)
import(geosphere)
import(ggplot2)
import(maptools)
import(rgdal)
import(rgeos)
import(sp)
importFrom(MBA,mba.surf)
importFrom(akima,interp)
importFrom(broom,tidy)
importFrom(cowplot,get_legend)
importFrom(directlabels,geom_dl)
importFrom(dplyr,do)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,summarise)
importFrom(grDevices,chull)
importFrom(grDevices,colors)
importFrom(grDevices,extendrange)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(gstat,idw)
importFrom(gtable,gtable_add_cols)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_add_rows)
importFrom(magrittr,"%>%")
importFrom(methods,"slot<-")
importFrom(methods,slot)
importFrom(oce,integrateTrapezoid)
importFrom(oce,swRho)
importFrom(oce,swSTrho)
importFrom(parallel,detectCores)
importFrom(pbmcapply,pbmclapply)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rgeos,gIntersection)
importFrom(rgeos,gIntersects)
importFrom(rgeos,gSimplify)
importFrom(scales,rescale)
importFrom(scales,squish)
importFrom(stats,na.omit)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)