depth_at_time: depth at time

View source: R/methods_dive.R

depth_at_time.consoR Documentation

depth at time

Description

Find the depth for a given time and dive. Also work on conso

Usage

## S3 method for class 'conso'
depth_at_time(object, time)

depth_at_time(object, time)

## S3 method for class 'dive'
depth_at_time(object, time)

Arguments

object

dive object.

time

positive numeric value in minute

Author(s)

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>

Examples

depth_at_time(dive(20,40), 38)
depth_at_time(dive(20,40), 41)


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