pressure
retrieve the pressure of tank(s).pressure.Rd
pressure
pressure
retrieve the pressure of tank(s).
pressure(object, ...) # S3 method for tank pressure(object, ...) # S3 method for conso pressure(object, ..., hour = FALSE)
object | is a DiveR object. There is methods for
|
---|---|
... | other parameters passed to the pressure.conso method.
|
hour | is the time defined inside the hours of the dive (TRUE) or in relative time to dive start (FALSE). Set to FALSE by default. |
single numeric value for tank
object and vector for
conso
object.
@examples t <- tank(12,200) pressure(object = t)
d <- dive(20,15) c <- conso(d, t, cons = 20) pressure(object = c)
pressure(object = c, time = 7)
Jaunatre Maxime <maxime.jaunatre@yahoo.fr>