-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.55 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
# Generated by roxygen2: do not edit by hand
export(coord_ccamlr)
export(coord_ccsbt)
export(geom_ccamlr)
export(geom_ccsbt)
export(geom_cra)
export(geom_gebco)
export(get_coast)
export(get_conditional_smooths)
export(get_depth)
export(get_marine_reserves)
export(get_points_as_raster)
export(get_qma)
export(get_standard_grid)
export(get_standard_grid_origin)
export(get_statistical_areas)
export(lookup_depth)
export(plot_clip)
export(plot_coast)
export(plot_conditional_smooths)
export(plot_depth)
export(plot_marine_reserves)
export(plot_qma)
export(plot_raster)
export(plot_rivers)
export(plot_statistical_areas)
export(proj_ccamlr)
export(proj_ccsbt)
export(proj_nzsf)
export(theme_nzsf)
import(dplyr)
import(ggplot2)
import(sf)
importFrom(brms,conditional_smooths)
importFrom(dplyr,filter)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,geom_sf)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,raster)
importFrom(raster,rasterToPoints)
importFrom(raster,rasterize)
importFrom(rmapshaper,ms_simplify)
importFrom(rnaturalearth,ne_countries)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_combine)
importFrom(sf,st_difference)
importFrom(sf,st_join)
importFrom(sf,st_make_grid)
importFrom(sf,st_make_valid)
importFrom(sf,st_point)
importFrom(sf,st_sample)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(stars,geom_stars)
importFrom(stars,st_as_stars)
importFrom(stringr,str_detect)
importFrom(utils,data)