rm_desat: rm_desat

View source: R/methods_dive.R

rm_desatR Documentation

rm_desat

Description

Remove all desaturation stop.

Usage

rm_desat(dive)

Arguments

dive

dive object.

Author(s)

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>

Examples

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")


gowachin/DiveR documentation built on March 26, 2022, 3:53 a.m.