-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
71 lines (70 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
export(BostonPhysics)
export(Boston_Physics)
export(CascoBayPhysics)
export(CascoBay_Physics)
export(FVCOMPhysics)
export(FVCOM_Physics)
export(GOMPhysics)
export(GOM_Physics)
export(GlobalPhysics)
export(Global_Physics)
export(HamptonPhysics)
export(Hampton_Physics)
export(MassBayPhysics)
export(MassBay_Physics)
export(SacoBayPhysics)
export(SacoBay_Physics)
export(ScituatePhysics)
export(Scituate_Physics)
export(as_seed)
export(bathymetry)
export(default_template)
export(distinct_polygons)
export(fvcom_bounds)
export(fvcom_count)
export(fvcom_crs)
export(fvcom_elems)
export(fvcom_index)
export(fvcom_nav)
export(fvcom_nodes)
export(fvcom_random)
export(fvcom_sample)
export(fvcom_time)
export(get_elem_mesh_geometry)
export(get_elem_var)
export(get_element_nodes)
export(get_element_vars)
export(get_mesh)
export(get_mesh_geometry)
export(get_node_mesh_geometry)
export(get_node_var)
export(get_vars)
export(interpolate_var)
export(is_ncdf4)
export(list_vars)
export(mur_template)
export(particle_track)
export(plot_mesh)
export(plot_mesh_geometry)
export(plot_track)
export(plot_z)
export(point_element)
export(random_point)
export(rasterize)
export(read_track)
export(sigma_index)
export(time_index)
export(track_add_distance)
export(track_add_z)
export(write_track)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,runif)