rm_desat.Rd
Remove all desaturation stop.
rm_desat(dive)
dive object.
dive
Jaunatre Maxime <maxime.jaunatre@yahoo.fr>
d1 <- dive(20, 40) d2 <- rm_desat(d1) plot(d1) plot(d2, add = TRUE, col = "darkred") # When there is other desat stops d1 <- dive(39, 22) d2 <- rm_desat(d1) plot(d1) plot(d2, add = TRUE, col = "darkred")