-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
S3method(depth,conso)
S3method(depth,dive)
S3method(depth,ndive)
S3method(depth_at_time,conso)
S3method(depth_at_time,dive)
S3method(dtime,dive)
S3method(dtime,ndive)
S3method(dtr,dive)
S3method(plot,conso)
S3method(plot,dive)
S3method(plot,ndive)
S3method(pressure,conso)
S3method(pressure,tank)
S3method(rules,conso)
S3method(rules,tank)
S3method(summary,conso)
S3method(summary,desat)
S3method(summary,dive)
S3method(summary,tank)
S3method(volume,tank)
export(add_desat)
export(conso)
export(cust_axis)
export(depth)
export(depth_at_time)
export(depths_inf)
export(desat_table)
export(dive)
export(dtime)
export(dtr)
export(init_dtcurve)
export(is.conso)
export(is.desat)
export(is.dive)
export(is.tank)
export(majoration)
export(max_depth_time)
export(minute_to_time)
export(ndive)
export(pressure)
export(rm_desat)
export(rm_secu)
export(rules)
export(simpl)
export(table_ndive)
export(tablecheck)
export(tank)
export(time_at_depth)
export(times_inf)
export(volume)
import(grDevices)
import(graphics)
import(stats)
import(utils)
importFrom(viridisLite,viridis)