A dataset containing an array with the desaturation stop time depending on depth and time and a data.frame with the group.

table

Format

table is an array of dimension 25, 27 and 3:

  • [x,,] - depths (meters).

  • [,y,] - times (minutes).

  • [,,z] - duration of decompression stop at certain depth. For values of z from 1 to 0, there is duration at respectively 3, 6 and 9 meters stop.

Source

Trucco, Jean-Noël; Biard, Jef; Redureau, Jean-Yves; Fauvel, Yvon (3 May 1999). pdf in french :

"Table Marine National 90 (MN90): Version du 03/05/1999"

Details

As the table is limited in row and column, some values of time and depth can not return values. See tablecheck for limit values of depth and time. Also you can note that part of the table are NA values. This mean that the couple of dive parameters are not included in this model.

Author

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>

Examples

data(table) # here an example where there can be times at differents depths or not. table[16:19,1:8,]
#> , , m3 #> #> 5 10 15 20 25 30 35 40 #> 42 0 2 5 12 22 31 NA NA #> 45 0 3 6 15 25 35 NA NA #> 48 0 4 7 19 30 NA NA NA #> 50 1 4 9 22 32 NA NA NA #> #> , , m6 #> #> 5 10 15 20 25 30 35 40 #> 42 0 0 0 1 3 6 NA NA #> 45 0 0 1 3 5 9 NA NA #> 48 0 0 2 4 7 NA NA NA #> 50 0 0 2 4 8 NA NA NA #> #> , , m9 #> #> 5 10 15 20 25 30 35 40 #> 42 0 0 0 0 0 0 NA NA #> 45 0 0 0 0 0 0 NA NA #> 48 0 0 0 0 0 NA NA NA #> 50 0 0 0 0 1 NA NA NA #>