-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
76 lines (75 loc) · 1.87 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
# Generated by roxygen2: do not edit by hand
S3method(rawdata,NetCDF)
S3method(rawdata,character)
S3method(romsmap,SpatialLinesDataFrame)
S3method(romsmap,SpatialPointsDataFrame)
S3method(romsmap,SpatialPolygonsDataFrame)
S3method(romsmap,default)
export("%>%")
export(coords_points)
export(create_transport)
export(croproms)
export(databoundary)
export(plot_cgrid)
export(rawdata)
export(roms_xt)
export(roms_xy)
export(roms_xz)
export(roms_yt)
export(roms_yz)
export(roms_zt)
export(romsangle)
export(romsboundary)
export(romscoords)
export(romsdata)
export(romsdata2d)
export(romsdata3d)
export(romshcoords)
export(romsmap)
export(romsrotate)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(magrittr,"%>%")
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_put)
importFrom(ncdf4,ncdim_def)
importFrom(ncdf4,ncvar_def)
importFrom(ncdf4,ncvar_get)
importFrom(ncdf4,ncvar_put)
importFrom(raster,as.matrix)
importFrom(raster,brick)
importFrom(raster,cellFromCol)
importFrom(raster,cellFromRow)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,flip)
importFrom(raster,intersect)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,setExtent)
importFrom(raster,setValues)
importFrom(raster,stack)
importFrom(raster,trim)
importFrom(raster,values)
importFrom(raster,xmax)
importFrom(raster,xmin)
importFrom(raster,ymax)
importFrom(raster,ymin)
importFrom(rlang,.data)
importFrom(sp,CRS)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialLinesDataFrame)
importFrom(sp,SpatialMultiPoints)
importFrom(sp,SpatialMultiPointsDataFrame)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(stats,filter)