-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
export(CD)
export(RMS)
export(anchor)
export(anchorWeight)
export(angle)
export(app1)
export(app2)
export(app2bs)
export(area)
export(buoyancy)
export(buoyancyCalculation)
export(chain)
export(clamped)
export(connector)
export(depth)
export(drag)
export(findElement)
export(float)
export(height)
export(instrument)
export(is.anchor)
export(is.chain)
export(is.connector)
export(is.float)
export(is.instrument)
export(is.misc)
export(is.mooring)
export(is.mooringElement)
export(is.release)
export(is.wire)
export(knockdown)
export(misc)
export(mooring)
export(mooringDebug)
export(plot)
export(release)
export(segmentize)
export(summary)
export(summaryMooring)
export(tension)
export(wire)
export(x)
export(z)
importFrom(S7,S7_object)
importFrom(S7,new_class)
importFrom(S7,new_object)
importFrom(S7,prop)
importFrom(bslib,accordion)
importFrom(bslib,accordion_panel)
importFrom(bslib,card)
importFrom(bslib,sidebar)
importFrom(grDevices,extendrange)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,tail)